pub struct mtmd_bitmap { /* private fields */ }Trait Implementations§
Source§impl Clone for mtmd_bitmap
impl Clone for mtmd_bitmap
Source§fn clone(&self) -> mtmd_bitmap
fn clone(&self) -> mtmd_bitmap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mtmd_bitmap
impl Debug for mtmd_bitmap
impl Copy for mtmd_bitmap
Auto Trait Implementations§
impl Freeze for mtmd_bitmap
impl RefUnwindSafe for mtmd_bitmap
impl Send for mtmd_bitmap
impl Sync for mtmd_bitmap
impl Unpin for mtmd_bitmap
impl UnsafeUnpin for mtmd_bitmap
impl UnwindSafe for mtmd_bitmap
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