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