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