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