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