#[repr(u8)]pub enum WAITRESP_A {
NoResponse = 0,
ShortResponse = 1,
NoResponse2 = 2,
LongResponse = 3,
}
Expand description
Wait for response bits
Value on reset: 0
Variants§
NoResponse = 0
0: No response
ShortResponse = 1
1: Short response
NoResponse2 = 2
2: No reponse
LongResponse = 3
3: Long reponse
Trait Implementations§
Source§impl Clone for WAITRESP_A
impl Clone for WAITRESP_A
Source§fn clone(&self) -> WAITRESP_A
fn clone(&self) -> WAITRESP_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 WAITRESP_A
impl Debug for WAITRESP_A
Source§impl PartialEq for WAITRESP_A
impl PartialEq for WAITRESP_A
impl Copy for WAITRESP_A
impl StructuralPartialEq for WAITRESP_A
Auto Trait Implementations§
impl Freeze for WAITRESP_A
impl RefUnwindSafe for WAITRESP_A
impl Send for WAITRESP_A
impl Sync for WAITRESP_A
impl Unpin for WAITRESP_A
impl UnwindSafe for WAITRESP_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