Struct gstreamer::AllocationParams [−][src]
pub struct AllocationParams(_);
Expand description
Parameters to control the allocation of memory
Implementations
Create a new AllocationParams
on the heap. This function is for
use in GStreamer language bindings. In your own code, you can just
declare a AllocationParams
on the stack or in a struct, and
call [init()
][Self::init()] to initialize it.
You do not need to call [init()
][Self::init()] on the instance
returned by this function.
Returns
a new AllocationParams
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AllocationParams
impl Unpin for AllocationParams
impl UnwindSafe for AllocationParams
Blanket Implementations
Mutably borrows from an owned value. Read more