#[repr(C)]pub struct GstShmAllocator { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstShmAllocator
impl RefUnwindSafe for GstShmAllocator
impl !Send for GstShmAllocator
impl !Sync for GstShmAllocator
impl !Unpin for GstShmAllocator
impl UnwindSafe for GstShmAllocator
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