[][src]Struct gst::ffi::Struct__GstVideoFormatInfo

#[repr(C)]
pub struct Struct__GstVideoFormatInfo { pub format: GstVideoFormat, pub name: *const gchar, pub description: *const gchar, pub flags: GstVideoFormatFlags, pub bits: guint, pub n_components: guint, pub shift: [guint; 4], pub depth: [guint; 4], pub pixel_stride: [gint; 4], pub n_planes: guint, pub plane: [guint; 4], pub poffset: [guint; 4], pub w_sub: [guint; 4], pub h_sub: [guint; 4], pub unpack_format: GstVideoFormat, pub unpack_func: GstVideoFormatUnpack, pub pack_lines: gint, pub pack_func: GstVideoFormatPack, pub tile_mode: GstVideoTileMode, pub tile_ws: guint, pub tile_hs: guint, pub _gst_reserved: [gpointer; 4], }

Fields

format: GstVideoFormatname: *const gchardescription: *const gcharflags: GstVideoFormatFlagsbits: guintn_components: guintshift: [guint; 4]depth: [guint; 4]pixel_stride: [gint; 4]n_planes: guintplane: [guint; 4]poffset: [guint; 4]w_sub: [guint; 4]h_sub: [guint; 4]unpack_format: GstVideoFormatunpack_func: GstVideoFormatUnpackpack_lines: gintpack_func: GstVideoFormatPacktile_mode: GstVideoTileModetile_ws: guinttile_hs: guint_gst_reserved: [gpointer; 4]

Trait Implementations

impl Default for Struct__GstVideoFormatInfo[src]

Auto Trait Implementations

impl !Send for Struct__GstVideoFormatInfo

impl !Sync for Struct__GstVideoFormatInfo

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.