[−][src]Struct gstreamer_video_sys::GstVideoCodecState
Fields
ref_count: c_int
info: GstVideoInfo
caps: *mut GstCaps
codec_data: *mut GstBuffer
allocation_caps: *mut GstCaps
padding: [gpointer; 19]
Trait Implementations
impl Clone for GstVideoCodecState
[src][+]
impl Copy for GstVideoCodecState
[src]
impl Debug for GstVideoCodecState
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCodecState
impl !Send for GstVideoCodecState
impl !Sync for GstVideoCodecState
impl Unpin for GstVideoCodecState
impl UnwindSafe for GstVideoCodecState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,