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
Auto Trait Implementations
impl RefUnwindSafe for GstAllocationParams
impl !Send for GstAllocationParams
impl !Sync for GstAllocationParams
impl Unpin for GstAllocationParams
impl UnwindSafe for GstAllocationParams
Blanket Implementations
Mutably borrows from an owned value. Read more