Struct bdf_reader::Bitmap
source · [−]pub struct Bitmap<'a> { /* private fields */ }
Implementations
Trait Implementations
impl<'a> Copy for Bitmap<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Bitmap<'a>
impl<'a> Send for Bitmap<'a>
impl<'a> Sync for Bitmap<'a>
impl<'a> Unpin for Bitmap<'a>
impl<'a> UnwindSafe for Bitmap<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more