pub enum ASYNCWAIT {
Disabled = 0,
Enabled = 1,
}Expand description
ASYNCWAIT
Value on reset: 0
Variants§
Disabled = 0
0: Wait signal not used in asynchronous mode
Enabled = 1
1: Wait signal used even in asynchronous mode
Trait Implementations§
impl Copy for ASYNCWAIT
impl Eq for ASYNCWAIT
impl StructuralPartialEq for ASYNCWAIT
Auto Trait Implementations§
impl Freeze for ASYNCWAIT
impl RefUnwindSafe for ASYNCWAIT
impl Send for ASYNCWAIT
impl Sync for ASYNCWAIT
impl Unpin for ASYNCWAIT
impl UnwindSafe for ASYNCWAIT
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