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