#[repr(u8)]
pub enum RESPTYP_A {
NONE,
_136_BIT,
_48_BIT,
_48_BIT_BUSY,
}
Expand description
Response Type
Value on reset: 0
Variants
NONE
0: No response
_136_BIT
1: 136-bit response
_48_BIT
2: 48-bit response
_48_BIT_BUSY
3: 48-bit response check busy after response
Trait Implementations
impl Copy for RESPTYP_A
impl StructuralPartialEq for RESPTYP_A
Auto Trait Implementations
impl RefUnwindSafe for RESPTYP_A
impl Send for RESPTYP_A
impl Sync for RESPTYP_A
impl Unpin for RESPTYP_A
impl UnwindSafe for RESPTYP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more