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