[][src]Struct gstreamer_video_sys::GstVideoInfo

#[repr(C)]
pub struct GstVideoInfo {
    pub finfo: *const GstVideoFormatInfo,
    pub interlace_mode: GstVideoInterlaceMode,
    pub flags: GstVideoFlags,
    pub width: c_int,
    pub height: c_int,
    pub size: size_t,
    pub views: c_int,
    pub chroma_site: GstVideoChromaSite,
    pub colorimetry: GstVideoColorimetry,
    pub par_n: c_int,
    pub par_d: c_int,
    pub fps_n: c_int,
    pub fps_d: c_int,
    pub offset: [size_t; 4],
    pub stride: [c_int; 4],
    pub ABI: GstVideoInfo_ABI,
}

Fields

finfo: *const GstVideoFormatInfointerlace_mode: GstVideoInterlaceModeflags: GstVideoFlagswidth: c_intheight: c_intsize: size_tviews: c_intchroma_site: GstVideoChromaSitecolorimetry: GstVideoColorimetrypar_n: c_intpar_d: c_intfps_n: c_intfps_d: c_intoffset: [size_t; 4]stride: [c_int; 4]ABI: GstVideoInfo_ABI

Trait Implementations

impl Clone for GstVideoInfo[src]

impl Copy for GstVideoInfo[src]

impl Debug for GstVideoInfo[src]

Auto Trait Implementations

impl !Send for GstVideoInfo

impl Unpin for GstVideoInfo

impl !Sync for GstVideoInfo

impl UnwindSafe for GstVideoInfo

impl RefUnwindSafe for GstVideoInfo

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]