#[repr(u8)]pub enum Fsvm {
NO_EFFECT = 0,
FORCE_SVM = 1,
}Variants§
NO_EFFECT = 0
No effect on the operating mode.
FORCE_SVM = 1
Force entry into SVM after a write with this data bit set and the data bit associated with FLDM cleared. SR[MODE] signals the operating mode.
Implementations§
Trait Implementations§
Source§impl Ord for Fsvm
impl Ord for Fsvm
Source§impl PartialOrd for Fsvm
impl PartialOrd for Fsvm
impl Copy for Fsvm
impl Eq for Fsvm
impl StructuralPartialEq for Fsvm
Auto Trait Implementations§
impl Freeze for Fsvm
impl RefUnwindSafe for Fsvm
impl Send for Fsvm
impl Sync for Fsvm
impl Unpin for Fsvm
impl UnwindSafe for Fsvm
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