Struct gstreamer_video_sys::GstVideoRegionOfInterestMeta [−][src]
#[repr(C)]pub struct GstVideoRegionOfInterestMeta { pub meta: GstMeta, pub roi_type: GQuark, pub id: c_int, pub parent_id: c_int, pub x: c_uint, pub y: c_uint, pub w: c_uint, pub h: c_uint, pub params: *mut GList, }
Fields
meta: GstMeta
roi_type: GQuark
id: c_int
parent_id: c_int
x: c_uint
y: c_uint
w: c_uint
h: c_uint
params: *mut GList
Trait Implementations
impl Copy for GstVideoRegionOfInterestMeta
[src]
impl Copy for GstVideoRegionOfInterestMeta
impl Clone for GstVideoRegionOfInterestMeta
[src]
impl Clone for GstVideoRegionOfInterestMeta
fn clone(&self) -> GstVideoRegionOfInterestMeta
[src]
fn clone(&self) -> GstVideoRegionOfInterestMeta
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoRegionOfInterestMeta
[src]
impl Debug for GstVideoRegionOfInterestMeta
Auto Trait Implementations
impl !Send for GstVideoRegionOfInterestMeta
impl !Send for GstVideoRegionOfInterestMeta
impl !Sync for GstVideoRegionOfInterestMeta
impl !Sync for GstVideoRegionOfInterestMeta