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