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