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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstAllocationParams
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations