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

Trait Implementations

impl Copy for GstAllocationParams
[src]

impl Clone for GstAllocationParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAllocationParams
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAllocationParams

impl !Sync for GstAllocationParams