#[repr(u8)]pub enum Dzpq {
ENABLE = 0,
DISABLE = 1,
}Variants§
ENABLE = 0
Zero-Quanta Pause packet generation is enabled
DISABLE = 1
Zero-Quanta Pause packet generation is disabled
Implementations§
Trait Implementations§
Source§impl Ord for Dzpq
impl Ord for Dzpq
Source§impl PartialOrd for Dzpq
impl PartialOrd for Dzpq
impl Copy for Dzpq
impl Eq for Dzpq
impl StructuralPartialEq for Dzpq
Auto Trait Implementations§
impl Freeze for Dzpq
impl RefUnwindSafe for Dzpq
impl Send for Dzpq
impl Sync for Dzpq
impl Unpin for Dzpq
impl UnwindSafe for Dzpq
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