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