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