Enum Dn
pub enum Dn {
_0 = 0,
_1 = 1,
}Expand description
Default value for FPSCR.DN (Default NaN mode control bit).
Value on reset: 0
Variants§
_0 = 0
0: NaN operands propagate through to the output of a floating-point operation.
_1 = 1
1: Any operation involving one or more NaNs returns the Default NaN.
Trait Implementations§
impl Copy for Dn
impl Eq for Dn
impl StructuralPartialEq for Dn
Auto Trait Implementations§
impl Freeze for Dn
impl RefUnwindSafe for Dn
impl Send for Dn
impl Sync for Dn
impl Unpin for Dn
impl UnwindSafe for Dn
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