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