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