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