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