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