pub enum RTOEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Receiver timeout enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RTOEN
impl Eq for RTOEN
impl StructuralPartialEq for RTOEN
Auto Trait Implementations§
impl Freeze for RTOEN
impl RefUnwindSafe for RTOEN
impl Send for RTOEN
impl Sync for RTOEN
impl Unpin for RTOEN
impl UnwindSafe for RTOEN
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