#[repr(u8)]pub enum Resptypselect {
None = 0,
_136Bit = 1,
_48Bit = 2,
_48BitBusy = 3,
}
Expand description
Response Type
Value on reset: 0
Variants§
None = 0
0: No response
_136Bit = 1
1: 136-bit response
_48Bit = 2
2: 48-bit response
_48BitBusy = 3
3: 48-bit response check busy after response
Trait Implementations§
Source§impl Clone for Resptypselect
impl Clone for Resptypselect
Source§fn clone(&self) -> Resptypselect
fn clone(&self) -> Resptypselect
Returns a copy 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 Resptypselect
impl Debug for Resptypselect
Source§impl From<Resptypselect> for u8
impl From<Resptypselect> for u8
Source§fn from(variant: Resptypselect) -> Self
fn from(variant: Resptypselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Resptypselect
impl PartialEq for Resptypselect
impl Copy for Resptypselect
impl Eq for Resptypselect
impl IsEnum for Resptypselect
impl StructuralPartialEq for Resptypselect
Auto Trait Implementations§
impl Freeze for Resptypselect
impl RefUnwindSafe for Resptypselect
impl Send for Resptypselect
impl Sync for Resptypselect
impl Unpin for Resptypselect
impl UnwindSafe for Resptypselect
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