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