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