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

Trait Implementations

impl Clone for Struct__GstVideoFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstVideoFrame
[src]

impl Default for Struct__GstVideoFrame
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoFrame

impl !Sync for Struct__GstVideoFrame