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