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: GstMetaroi_type: GQuarkid: c_intparent_id: c_intx: c_uinty: c_uintw: c_uinth: c_uintparams: *mut GListTrait Implementations
Auto Trait Implementations
impl !Send for GstVideoRegionOfInterestMetaimpl !Sync for GstVideoRegionOfInterestMetaimpl Unpin for GstVideoRegionOfInterestMetaimpl UnwindSafe for GstVideoRegionOfInterestMetaBlanket Implementations
Mutably borrows from an owned value. Read more