Struct GstVideo Region OfInterest Meta
Source #[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 GListTrait Implementations§
Source§impl Clone for GstVideoRegionOfInterestMeta
impl Clone for GstVideoRegionOfInterestMeta
Source§fn clone(&self) -> GstVideoRegionOfInterestMeta
fn clone(&self) -> GstVideoRegionOfInterestMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoRegionOfInterestMeta
Auto Trait Implementations§
impl !Send for GstVideoRegionOfInterestMeta
impl !Sync for GstVideoRegionOfInterestMeta
impl Freeze for GstVideoRegionOfInterestMeta
impl RefUnwindSafe for GstVideoRegionOfInterestMeta
impl Unpin for GstVideoRegionOfInterestMeta
impl UnsafeUnpin for GstVideoRegionOfInterestMeta
impl UnwindSafe for GstVideoRegionOfInterestMeta
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more