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 GstAllocationParamsimpl Clone for GstAllocationParams[src]
impl Clone for GstAllocationParamsfn clone(&self) -> GstAllocationParams[src]
fn clone(&self) -> GstAllocationParamsReturns 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 GstAllocationParamsAuto Trait Implementations
impl !Send for GstAllocationParams
impl !Send for GstAllocationParamsimpl !Sync for GstAllocationParams
impl !Sync for GstAllocationParams