pub enum RV {
Show 32 variants
V0 = 0,
V1 = 1,
V2 = 2,
V3 = 3,
V4 = 4,
V5 = 5,
V6 = 6,
V7 = 7,
V8 = 8,
V9 = 9,
V10 = 10,
V11 = 11,
V12 = 12,
V13 = 13,
V14 = 14,
V15 = 15,
V16 = 16,
V17 = 17,
V18 = 18,
V19 = 19,
V20 = 20,
V21 = 21,
V22 = 22,
V23 = 23,
V24 = 24,
V25 = 25,
V26 = 26,
V27 = 27,
V28 = 28,
V29 = 29,
V30 = 30,
V31 = 31,
}
Expand description
1, 2, 4, 8 or 16-bytes scalar FP / vector SIMD registers.
Variants§
V0 = 0
V1 = 1
V2 = 2
V3 = 3
V4 = 4
V5 = 5
V6 = 6
V7 = 7
V8 = 8
V9 = 9
V10 = 10
V11 = 11
V12 = 12
V13 = 13
V14 = 14
V15 = 15
V16 = 16
V17 = 17
V18 = 18
V19 = 19
V20 = 20
V21 = 21
V22 = 22
V23 = 23
V24 = 24
V25 = 25
V26 = 26
V27 = 27
V28 = 28
V29 = 29
V30 = 30
V31 = 31
Trait Implementations§
impl Copy for RV
impl Eq for RV
impl StructuralPartialEq for RV
Auto Trait Implementations§
impl Freeze for RV
impl RefUnwindSafe for RV
impl Send for RV
impl Sync for RV
impl Unpin for RV
impl UnwindSafe for RV
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)