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