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