Struct gstreamer_sys::GstAllocationParams [−][src]
#[repr(C)]pub struct GstAllocationParams { pub flags: GstMemoryFlags, pub align: size_t, pub prefix: size_t, pub padding: size_t, pub _gst_reserved: [gpointer; 4], }
Fields
flags: GstMemoryFlags
align: size_t
prefix: size_t
padding: size_t
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstAllocationParams
[src]
impl Copy for GstAllocationParams
impl Clone for GstAllocationParams
[src]
impl Clone for GstAllocationParams
fn clone(&self) -> GstAllocationParams
[src]
fn clone(&self) -> GstAllocationParams
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 GstAllocationParams
[src]
impl Debug for GstAllocationParams
Auto Trait Implementations
impl !Send for GstAllocationParams
impl !Send for GstAllocationParams
impl !Sync for GstAllocationParams
impl !Sync for GstAllocationParams