pub struct MtmdBitmap { /* private fields */ }Auto Trait Implementations§
impl Freeze for MtmdBitmap
impl RefUnwindSafe for MtmdBitmap
impl Send for MtmdBitmap
impl Sync for MtmdBitmap
impl Unpin for MtmdBitmap
impl UnsafeUnpin for MtmdBitmap
impl UnwindSafe for MtmdBitmap
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