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