#[repr(u32)]pub enum ColorBit {
BlackBit = 0,
GrayOrBlackBit = 1,
}Variants§
Trait Implementations§
impl Copy for ColorBit
impl Eq for ColorBit
impl StructuralPartialEq for ColorBit
Auto Trait Implementations§
impl Freeze for ColorBit
impl RefUnwindSafe for ColorBit
impl Send for ColorBit
impl Sync for ColorBit
impl Unpin for ColorBit
impl UnsafeUnpin for ColorBit
impl UnwindSafe for ColorBit
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