#[repr(u8)]pub enum Rsptyp {
RSPTYP_A = 0,
RSPTYP_B = 1,
RSPTYP_C = 2,
RSPTYP_D = 3,
}Variants§
RSPTYP_A = 0
No response.
RSPTYP_B = 1
Response length 136.
RSPTYP_C = 2
Response length 48.
RSPTYP_D = 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