Struct gstreamer::AllocationParams
source · #[repr(transparent)]pub struct AllocationParams(_);Implementations
Trait Implementations
sourceimpl Clone for AllocationParams
impl Clone for AllocationParams
sourcefn clone(&self) -> AllocationParams
fn clone(&self) -> AllocationParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AllocationParams
impl Debug for AllocationParams
sourceimpl From<GstAllocationParams> for AllocationParams
impl From<GstAllocationParams> for AllocationParams
sourcefn from(params: GstAllocationParams) -> Self
fn from(params: GstAllocationParams) -> Self
Converts to this type from the input type.
sourceimpl FromGlib<GstAllocationParams> for AllocationParams
impl FromGlib<GstAllocationParams> for AllocationParams
unsafe fn from_glib(value: GstAllocationParams) -> Self
impl Send for AllocationParams
impl Sync for AllocationParams
Auto Trait Implementations
impl RefUnwindSafe for AllocationParams
impl Unpin for AllocationParams
impl UnwindSafe for AllocationParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more