pub struct Flags8(/* private fields */);Expand description
Condenses 8 booleans into a single u8.
Implementations§
Trait Implementations§
impl Copy for Flags8
impl Eq for Flags8
impl StructuralPartialEq for Flags8
Auto Trait Implementations§
impl Freeze for Flags8
impl RefUnwindSafe for Flags8
impl Send for Flags8
impl Sync for Flags8
impl Unpin for Flags8
impl UnsafeUnpin for Flags8
impl UnwindSafe for Flags8
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