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