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