Enum Ahp
pub enum Ahp {
_0 = 0,
_1 = 1,
}Expand description
Default value for FPSCR.AHP (Alternative half-precision control bit).
Value on reset: 0
Variants§
_0 = 0
0: IEEE half-precision format selected.
_1 = 1
1: Alternative half-precision format selected.
Trait Implementations§
impl Copy for Ahp
impl Eq for Ahp
impl StructuralPartialEq for Ahp
Auto Trait Implementations§
impl Freeze for Ahp
impl RefUnwindSafe for Ahp
impl Send for Ahp
impl Sync for Ahp
impl Unpin for Ahp
impl UnwindSafe for Ahp
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