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

Trait Implementations

impl Copy for GstVideoFrame
[src]

impl Clone for GstVideoFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoFrame
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoFrame

impl !Sync for GstVideoFrame