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