pub struct MetaBitmap(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for MetaBitmap
impl Debug for MetaBitmap
Auto Trait Implementations§
impl Freeze for MetaBitmap
impl RefUnwindSafe for MetaBitmap
impl Send for MetaBitmap
impl Sync for MetaBitmap
impl Unpin for MetaBitmap
impl UnwindSafe for MetaBitmap
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