[][src]Struct gstreamer_video_sys::GstVideoRegionOfInterestMeta

#[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 GList

Trait Implementations

impl Clone for GstVideoRegionOfInterestMeta[src]

impl Copy for GstVideoRegionOfInterestMeta[src]

impl Debug for GstVideoRegionOfInterestMeta[src]

Auto Trait Implementations

impl !Send for GstVideoRegionOfInterestMeta

impl Unpin for GstVideoRegionOfInterestMeta

impl !Sync for GstVideoRegionOfInterestMeta

impl UnwindSafe for GstVideoRegionOfInterestMeta

impl RefUnwindSafe for GstVideoRegionOfInterestMeta

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]