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