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