pub enum ZQPDW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field ZQPD
Variants§
ENABLED
Normal operation with automatic zero-quanta pause control frame generation
DISABLED
Automatic generation of zero-quanta pause control frames is disabled
Auto Trait Implementations§
impl Freeze for ZQPDW
impl RefUnwindSafe for ZQPDW
impl Send for ZQPDW
impl Sync for ZQPDW
impl Unpin for ZQPDW
impl UnwindSafe for ZQPDW
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