#[repr(u8)]pub enum VReg {
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
A v
register: vectors.
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§
Source§impl Index<VReg> for MachineState
impl Index<VReg> for MachineState
Source§impl IndexMut<VReg> for MachineState
impl IndexMut<VReg> for MachineState
Source§impl Ord for VReg
impl Ord for VReg
Source§impl PartialOrd for VReg
impl PartialOrd for VReg
Source§impl Reg for VReg
impl Reg for VReg
impl Copy for VReg
impl Eq for VReg
impl StructuralPartialEq for VReg
Auto Trait Implementations§
impl Freeze for VReg
impl RefUnwindSafe for VReg
impl Send for VReg
impl Sync for VReg
impl Unpin for VReg
impl UnwindSafe for VReg
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