Enum Fz
pub enum Fz {
_0 = 0,
_1 = 1,
}Expand description
Default value for FPSCR.FZ (Flush-to-zero mode control bit).
Value on reset: 0
Variants§
_0 = 0
0: Flush-to-zero mode disabled. Behavior of the floating-point system is fully compliant with the IEEE 754 standard.
_1 = 1
1: Flush-to-zero mode enabled.
Trait Implementations§
impl Copy for Fz
impl Eq for Fz
impl StructuralPartialEq for Fz
Auto Trait Implementations§
impl Freeze for Fz
impl RefUnwindSafe for Fz
impl Send for Fz
impl Sync for Fz
impl Unpin for Fz
impl UnwindSafe for Fz
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