#[repr(u8)]pub enum Corel1res {
LPMRESP1 = 0,
LPMRESP2 = 1,
LPMRESP3 = 2,
LPMRESP4 = 3,
}Variants§
LPMRESP1 = 0
ERROR : No handshake response
LPMRESP2 = 1
STALL response
LPMRESP3 = 2
NYET response
LPMRESP4 = 3
ACK response
Implementations§
Trait Implementations§
Source§impl Ord for Corel1res
impl Ord for Corel1res
Source§impl PartialOrd for Corel1res
impl PartialOrd for Corel1res
impl Copy for Corel1res
impl Eq for Corel1res
impl StructuralPartialEq for Corel1res
Auto Trait Implementations§
impl Freeze for Corel1res
impl RefUnwindSafe for Corel1res
impl Send for Corel1res
impl Sync for Corel1res
impl Unpin for Corel1res
impl UnwindSafe for Corel1res
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)