#[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§
source§impl Clone for GstVideoRegionOfInterestMeta
impl Clone for GstVideoRegionOfInterestMeta
source§fn clone(&self) -> GstVideoRegionOfInterestMeta
fn clone(&self) -> GstVideoRegionOfInterestMeta
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoRegionOfInterestMeta
impl Debug for GstVideoRegionOfInterestMeta
impl Copy for GstVideoRegionOfInterestMeta
Auto Trait Implementations§
impl Freeze for GstVideoRegionOfInterestMeta
impl RefUnwindSafe for GstVideoRegionOfInterestMeta
impl !Send for GstVideoRegionOfInterestMeta
impl !Sync for GstVideoRegionOfInterestMeta
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)