pub enum DAIFW {
NORMAL,
INVERT,
}
Expand description
Values that can be written to the field DAIF
Variants§
NORMAL
Normal filtering of frames
INVERT
Address check block operates in inverse filtering mode for the DA address comparison
Auto Trait Implementations§
impl Freeze for DAIFW
impl RefUnwindSafe for DAIFW
impl Send for DAIFW
impl Sync for DAIFW
impl Unpin for DAIFW
impl UnwindSafe for DAIFW
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