pub enum RTOF {
NotReached = 0,
Reached = 1,
}
Expand description
RTOF
Value on reset: 0
Variants§
NotReached = 0
0: Timeout value not reached
Reached = 1
1: Timeout value reached without any data reception
Trait Implementations§
impl Copy for RTOF
impl Eq for RTOF
impl StructuralPartialEq for RTOF
Auto Trait Implementations§
impl Freeze for RTOF
impl RefUnwindSafe for RTOF
impl Send for RTOF
impl Sync for RTOF
impl Unpin for RTOF
impl UnwindSafe for RTOF
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