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: GstMemoryFlagsalign: size_tprefix: size_tpadding: size_t_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAllocationParamsimpl !Send for GstAllocationParamsimpl !Sync for GstAllocationParamsimpl Unpin for GstAllocationParamsimpl UnwindSafe for GstAllocationParamsBlanket Implementations
Mutably borrows from an owned value. Read more