pub struct Flags64(/* private fields */);Expand description
64-bit flag container (can hold up to 64 boolean flags)
Implementations§
Trait Implementations§
impl Copy for Flags64
impl Eq for Flags64
impl StructuralPartialEq for Flags64
Auto Trait Implementations§
impl Freeze for Flags64
impl RefUnwindSafe for Flags64
impl Send for Flags64
impl Sync for Flags64
impl Unpin for Flags64
impl UnsafeUnpin for Flags64
impl UnwindSafe for Flags64
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