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