Struct gst::ffi::Struct__GstMemory
[−]
[src]
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]
fn default() -> Struct__GstMemory
Returns the "default value" for a type. Read more