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