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