Enum Fioce
pub enum Fioce {
_0 = 0,
_1 = 1,
}Expand description
FPU Invalid Operation Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Fioce
impl Eq for Fioce
impl StructuralPartialEq for Fioce
Auto Trait Implementations§
impl Freeze for Fioce
impl RefUnwindSafe for Fioce
impl Send for Fioce
impl Sync for Fioce
impl Unpin for Fioce
impl UnwindSafe for Fioce
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