pub enum EOBF {
NotReached = 0,
Reached = 1,
}
Expand description
EOBF
Value on reset: 0
Variants§
NotReached = 0
0: End of Block not reached
Reached = 1
1: End of Block (number of characters) reached
Trait Implementations§
impl Copy for EOBF
impl Eq for EOBF
impl StructuralPartialEq for EOBF
Auto Trait Implementations§
impl Freeze for EOBF
impl RefUnwindSafe for EOBF
impl Send for EOBF
impl Sync for EOBF
impl Unpin for EOBF
impl UnwindSafe for EOBF
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