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