[][src]Struct gstreamer_video_sys::GstVideoCodecState

#[repr(C)]
pub struct GstVideoCodecState {
    pub ref_count: c_int,
    pub info: GstVideoInfo,
    pub caps: *mut GstCaps,
    pub codec_data: *mut GstBuffer,
    pub allocation_caps: *mut GstCaps,
    pub padding: [gpointer; 19],
}

Fields

ref_count: c_intinfo: GstVideoInfocaps: *mut GstCapscodec_data: *mut GstBufferallocation_caps: *mut GstCapspadding: [gpointer; 19]

Trait Implementations

impl Clone for GstVideoCodecState[src]

impl Copy for GstVideoCodecState[src]

impl Debug for GstVideoCodecState[src]

Auto Trait Implementations

impl !Send for GstVideoCodecState

impl Unpin for GstVideoCodecState

impl !Sync for GstVideoCodecState

impl UnwindSafe for GstVideoCodecState

impl RefUnwindSafe for GstVideoCodecState

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]