#[repr(C)]pub struct GstDRMDumbAllocator { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstDRMDumbAllocator
impl RefUnwindSafe for GstDRMDumbAllocator
impl !Send for GstDRMDumbAllocator
impl !Sync for GstDRMDumbAllocator
impl !Unpin for GstDRMDumbAllocator
impl UnwindSafe for GstDRMDumbAllocator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more