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