Struct gstreamer_sys::GstMemory [−][src]
#[repr(C)]pub struct GstMemory { pub mini_object: GstMiniObject, pub allocator: *mut GstAllocator, pub parent: *mut GstMemory, pub maxsize: size_t, pub align: size_t, pub offset: size_t, pub size: size_t, }
Fields
mini_object: GstMiniObject
allocator: *mut GstAllocator
parent: *mut GstMemory
maxsize: size_t
align: size_t
offset: size_t
size: size_t
Trait Implementations
impl Copy for GstMemory
[src]
impl Copy for GstMemory
impl Clone for GstMemory
[src]
impl Clone for GstMemory
fn clone(&self) -> GstMemory
[src]
fn clone(&self) -> GstMemory
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstMemory
[src]
impl Debug for GstMemory