Struct gst::ffi::Struct__GstVideoFrame [−][src]
#[repr(C)]pub struct Struct__GstVideoFrame { pub info: GstVideoInfo, pub flags: GstVideoFrameFlags, pub buffer: *mut GstBuffer, pub meta: gpointer, pub id: gint, pub data: [gpointer; 4], pub map: [GstMapInfo; 4], pub _gst_reserved: [gpointer; 4], }
Fields
info: GstVideoInfo
flags: GstVideoFrameFlags
buffer: *mut GstBuffer
meta: gpointer
id: gint
data: [gpointer; 4]
map: [GstMapInfo; 4]
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstVideoFrame
[src]
impl Clone for Struct__GstVideoFrame
fn clone(&self) -> Struct__GstVideoFrame
[src]
fn clone(&self) -> Struct__GstVideoFrame
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GstVideoFrame
[src]
impl Copy for Struct__GstVideoFrame
impl Default for Struct__GstVideoFrame
[src]
impl Default for Struct__GstVideoFrame
fn default() -> Struct__GstVideoFrame
[src]
fn default() -> Struct__GstVideoFrame
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstVideoFrame
impl !Send for Struct__GstVideoFrame
impl !Sync for Struct__GstVideoFrame
impl !Sync for Struct__GstVideoFrame