#[repr(u8)]pub enum Dreq {
CHANNEL_NOT_AFFECTED = 0,
ERQ_FIELD_CLEAR = 1,
}Variants§
CHANNEL_NOT_AFFECTED = 0
No operation
ERQ_FIELD_CLEAR = 1
Clear the ERQ field to 0 upon major loop completion, thus disabling hardware service requests
Implementations§
Trait Implementations§
Source§impl Ord for Dreq
impl Ord for Dreq
Source§impl PartialOrd for Dreq
impl PartialOrd for Dreq
impl Copy for Dreq
impl Eq for Dreq
impl StructuralPartialEq for Dreq
Auto Trait Implementations§
impl Freeze for Dreq
impl RefUnwindSafe for Dreq
impl Send for Dreq
impl Sync for Dreq
impl Unpin for Dreq
impl UnwindSafe for Dreq
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