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 Debug for GstMapInfo
[src]

[src]

Formats the value using the given formatter.