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