#[repr(u8)]pub enum Ch0f {
WM_NOTREACHED = 0,
WM_REACHED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ch0f
impl Ord for Ch0f
Source§impl PartialOrd for Ch0f
impl PartialOrd for Ch0f
impl Copy for Ch0f
impl Eq for Ch0f
impl StructuralPartialEq for Ch0f
Auto Trait Implementations§
impl Freeze for Ch0f
impl RefUnwindSafe for Ch0f
impl Send for Ch0f
impl Sync for Ch0f
impl Unpin for Ch0f
impl UnwindSafe for Ch0f
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