Struct gstreamer_video_sys::GstVideoFrame [−][src]
#[repr(C)]pub struct GstVideoFrame { pub info: GstVideoInfo, pub flags: GstVideoFrameFlags, pub buffer: *mut GstBuffer, pub meta: gpointer, pub id: c_int, pub data: [gpointer; 4], pub map: [GstMapInfo; 4], pub _gst_reserved: [gpointer; 4], }
Fields
info: GstVideoInfo
flags: GstVideoFrameFlags
buffer: *mut GstBuffer
meta: gpointer
id: c_int
data: [gpointer; 4]
map: [GstMapInfo; 4]
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoFrame
impl !Send for GstVideoFrame
impl !Sync for GstVideoFrame
impl Unpin for GstVideoFrame
impl UnwindSafe for GstVideoFrame
Blanket Implementations
Mutably borrows from an owned value. Read more