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