pub enum P2State {
Waiting,
Extended,
}Expand description
Tracks which timeout phase a pending request is in.
Variants§
Waiting
Waiting for initial response within P2 timeout.
Extended
An 0x78 Response Pending was received - now waiting within P2* timeout.
Trait Implementations§
impl Eq for P2State
impl StructuralPartialEq for P2State
Auto Trait Implementations§
impl Freeze for P2State
impl RefUnwindSafe for P2State
impl Send for P2State
impl Sync for P2State
impl Unpin for P2State
impl UnsafeUnpin for P2State
impl UnwindSafe for P2State
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