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 GstMemoryflags: GstMapFlagsdata: *mut u8size: size_tmaxsize: size_tuser_data: [gpointer; 4]_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMapInfoimpl !Send for GstMapInfoimpl !Sync for GstMapInfoimpl Unpin for GstMapInfoimpl UnwindSafe for GstMapInfoBlanket Implementations
Mutably borrows from an owned value. Read more