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
Auto Trait Implementations
impl !Send for GstVideoRegionOfInterestMeta
impl !Sync for GstVideoRegionOfInterestMeta
impl Unpin for GstVideoRegionOfInterestMeta
impl UnwindSafe for GstVideoRegionOfInterestMeta
Blanket Implementations
Mutably borrows from an owned value. Read more