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

Trait Implementations

impl Default for Struct__GstMemory
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstMemory

impl !Sync for Struct__GstMemory