#[repr(u8)]pub enum FReg {
Show 16 variants
Fr0 = 0,
Fr1 = 1,
Fr2 = 2,
Fr3 = 3,
Fr4 = 4,
Fr5 = 5,
Fr6 = 6,
Fr7 = 7,
Fr8 = 8,
Fr9 = 9,
Fr10 = 10,
Fr11 = 11,
Fr12 = 12,
Fr13 = 13,
Fr14 = 14,
Fr15 = 15,
}Expand description
A single-precision floating-point register view.
Variants§
Fr0 = 0
Floating-point register FR0.
Fr1 = 1
Floating-point register FR1.
Fr2 = 2
Floating-point register FR2.
Fr3 = 3
Floating-point register FR3.
Fr4 = 4
Floating-point register FR4.
Fr5 = 5
Floating-point register FR5.
Fr6 = 6
Floating-point register FR6.
Fr7 = 7
Floating-point register FR7.
Fr8 = 8
Floating-point register FR8.
Fr9 = 9
Floating-point register FR9.
Fr10 = 10
Floating-point register FR10.
Fr11 = 11
Floating-point register FR11.
Fr12 = 12
Floating-point register FR12.
Fr13 = 13
Floating-point register FR13.
Fr14 = 14
Floating-point register FR14.
Fr15 = 15
Floating-point register FR15.
Implementations§
Trait Implementations§
impl Copy for FReg
impl Eq for FReg
impl StructuralPartialEq for FReg
Auto Trait Implementations§
impl Freeze for FReg
impl RefUnwindSafe for FReg
impl Send for FReg
impl Sync for FReg
impl Unpin for FReg
impl UnsafeUnpin for FReg
impl UnwindSafe for FReg
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