[−][src]Struct gstreamer_video_sys::GstVideoCodecFrame
Fields
ref_count: c_int
flags: u32
system_frame_number: u32
decode_frame_number: u32
presentation_frame_number: u32
dts: GstClockTime
pts: GstClockTime
duration: GstClockTime
distance_from_sync: c_int
input_buffer: *mut GstBuffer
output_buffer: *mut GstBuffer
deadline: GstClockTime
events: *mut GList
user_data: gpointer
user_data_destroy_notify: GDestroyNotify
abidata: GstVideoCodecFrame_abidata
Trait Implementations
impl Clone for GstVideoCodecFrame
[src][+]
impl Copy for GstVideoCodecFrame
[src]
impl Debug for GstVideoCodecFrame
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCodecFrame
impl !Send for GstVideoCodecFrame
impl !Sync for GstVideoCodecFrame
impl Unpin for GstVideoCodecFrame
impl UnwindSafe for GstVideoCodecFrame
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>,