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