Enum Zqpd
#[repr(u8)]pub enum Zqpd {
Enabled = 0,
Disabled = 1,
}Variants§
Enabled = 0
Normal operation with automatic zero-quanta pause control frame generation
Disabled = 1
Automatic generation of zero-quanta pause control frames is disabled
Implementations§
Trait Implementations§
impl Copy for Zqpd
impl Eq for Zqpd
§impl Ord for Zqpd
impl Ord for Zqpd
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Zqpd
impl PartialOrd for Zqpd
impl StructuralPartialEq for Zqpd
Auto Trait Implementations§
impl Freeze for Zqpd
impl RefUnwindSafe for Zqpd
impl Send for Zqpd
impl Sync for Zqpd
impl Unpin for Zqpd
impl UnsafeUnpin for Zqpd
impl UnwindSafe for Zqpd
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