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