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