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: GstVideoInfoflags: GstVideoFrameFlagsbuffer: *mut GstBuffermeta: gpointerid: c_intdata: [gpointer; 4]map: [GstMapInfo; 4]_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoFrameimpl !Send for GstVideoFrameimpl !Sync for GstVideoFrameimpl Unpin for GstVideoFrameimpl UnwindSafe for GstVideoFrameBlanket Implementations
Mutably borrows from an owned value. Read more