#[repr(u8)]pub enum Rsptyp {
RSPTYP_0 = 0,
RSPTYP_1 = 1,
RSPTYP_2 = 2,
RSPTYP_3 = 3,
}Variants§
RSPTYP_0 = 0
No Response
RSPTYP_1 = 1
Response Length 136
RSPTYP_2 = 2
Response Length 48
RSPTYP_3 = 3
Response Length 48, check Busy after response
Implementations§
Trait Implementations§
Source§impl Ord for Rsptyp
impl Ord for Rsptyp
Source§impl PartialOrd for Rsptyp
impl PartialOrd for Rsptyp
impl Copy for Rsptyp
impl Eq for Rsptyp
impl StructuralPartialEq for Rsptyp
Auto Trait Implementations§
impl Freeze for Rsptyp
impl RefUnwindSafe for Rsptyp
impl Send for Rsptyp
impl Sync for Rsptyp
impl Unpin for Rsptyp
impl UnwindSafe for Rsptyp
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