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