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