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