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

Trait Implementations

impl Copy for GstMapInfo
[src]

impl Clone for GstMapInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMapInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMapInfo

impl !Sync for GstMapInfo