#[repr(u8)]
pub enum LPMHDSK_A {
NO,
ACK,
NYET,
STALL,
}
Expand description
Link Power Management Handshake
Value on reset: 0
Variants
NO
0: No handshake. LPM is not supported
ACK
1: ACK
NYET
2: NYET
STALL
3: STALL
Trait Implementations
impl Copy for LPMHDSK_A
impl StructuralPartialEq for LPMHDSK_A
Auto Trait Implementations
impl RefUnwindSafe for LPMHDSK_A
impl Send for LPMHDSK_A
impl Sync for LPMHDSK_A
impl Unpin for LPMHDSK_A
impl UnwindSafe for LPMHDSK_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