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