pub struct Bitmap56(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for Bitmap56
Source§impl PartialOrd for Bitmap56
impl PartialOrd for Bitmap56
impl StructuralPartialEq for Bitmap56
Auto Trait Implementations§
impl Freeze for Bitmap56
impl RefUnwindSafe for Bitmap56
impl Send for Bitmap56
impl Sync for Bitmap56
impl Unpin for Bitmap56
impl UnsafeUnpin for Bitmap56
impl UnwindSafe for Bitmap56
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