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