pub type GumArm64VectorReg = _GumArm64VectorReg;

Aliased Type§

union GumArm64VectorReg {
    pub q: [u8; 16],
    pub d: f64,
    pub s: f32,
    pub h: u16,
    pub b: u8,
}

Fields§

§q: [u8; 16]§d: f64§s: f32§h: u16§b: u8