pub enum DTIMEOUT_A {
NoTimeout = 0,
Timeout = 1,
}
Expand description
Data timeout
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for DTIMEOUT_A
impl Clone for DTIMEOUT_A
Source§fn clone(&self) -> DTIMEOUT_A
fn clone(&self) -> DTIMEOUT_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DTIMEOUT_A
impl Debug for DTIMEOUT_A
Source§impl PartialEq for DTIMEOUT_A
impl PartialEq for DTIMEOUT_A
impl Copy for DTIMEOUT_A
impl StructuralPartialEq for DTIMEOUT_A
Auto Trait Implementations§
impl Freeze for DTIMEOUT_A
impl RefUnwindSafe for DTIMEOUT_A
impl Send for DTIMEOUT_A
impl Sync for DTIMEOUT_A
impl Unpin for DTIMEOUT_A
impl UnwindSafe for DTIMEOUT_A
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