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