Struct gstreamer_sys::GstMapInfo [−][src]
#[repr(C)]pub struct GstMapInfo { pub memory: *mut GstMemory, pub flags: GstMapFlags, pub data: *mut u8, pub size: size_t, pub maxsize: size_t, pub user_data: [gpointer; 4], pub _gst_reserved: [gpointer; 4], }
Fields
memory: *mut GstMemory
flags: GstMapFlags
data: *mut u8
size: size_t
maxsize: size_t
user_data: [gpointer; 4]
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstMapInfo[src]
impl Copy for GstMapInfoimpl Clone for GstMapInfo[src]
impl Clone for GstMapInfofn clone(&self) -> GstMapInfo[src]
fn clone(&self) -> GstMapInfoReturns 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 Debug for GstMapInfo[src]
impl Debug for GstMapInfoAuto Trait Implementations
impl !Send for GstMapInfo
impl !Send for GstMapInfoimpl !Sync for GstMapInfo
impl !Sync for GstMapInfo