Struct gst::ffi::Struct__GstMemory [−][src]
#[repr(C)]pub struct Struct__GstMemory { pub mini_object: GstMiniObject, pub allocator: *mut GstAllocator, pub parent: *mut GstMemory, pub maxsize: gsize, pub align: gsize, pub offset: gsize, pub size: gsize, }
Fields
mini_object: GstMiniObject
allocator: *mut GstAllocator
parent: *mut GstMemory
maxsize: gsize
align: gsize
offset: gsize
size: gsize
Trait Implementations
impl Default for Struct__GstMemory
[src]
impl Default for Struct__GstMemory
fn default() -> Struct__GstMemory
[src]
fn default() -> Struct__GstMemory
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstMemory
impl !Send for Struct__GstMemory
impl !Sync for Struct__GstMemory
impl !Sync for Struct__GstMemory