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