pub enum RF {
Show 32 variants
F0 = 0,
F1 = 1,
F2 = 2,
F3 = 3,
F4 = 4,
F5 = 5,
F6 = 6,
F7 = 7,
F8 = 8,
F9 = 9,
F10 = 10,
F11 = 11,
F12 = 12,
F13 = 13,
F14 = 14,
F15 = 15,
F16 = 16,
F17 = 17,
F18 = 18,
F19 = 19,
F20 = 20,
F21 = 21,
F22 = 22,
F23 = 23,
F24 = 24,
F25 = 25,
F26 = 26,
F27 = 27,
F28 = 28,
F29 = 29,
F30 = 30,
F31 = 31,
}
Expand description
4, 8 or 16-byte floating point registers
Variants§
F0 = 0
F1 = 1
F2 = 2
F3 = 3
F4 = 4
F5 = 5
F6 = 6
F7 = 7
F8 = 8
F9 = 9
F10 = 10
F11 = 11
F12 = 12
F13 = 13
F14 = 14
F15 = 15
F16 = 16
F17 = 17
F18 = 18
F19 = 19
F20 = 20
F21 = 21
F22 = 22
F23 = 23
F24 = 24
F25 = 25
F26 = 26
F27 = 27
F28 = 28
F29 = 29
F30 = 30
F31 = 31
Trait Implementations§
impl Copy for RF
impl Eq for RF
impl StructuralPartialEq for RF
Auto Trait Implementations§
impl Freeze for RF
impl RefUnwindSafe for RF
impl Send for RF
impl Sync for RF
impl Unpin for RF
impl UnwindSafe for RF
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