Type Alias cl_long3

Source
pub type cl_long3 = cl_long4;

Aliased Type§

#[repr(C, align(32))]
pub union cl_long3 {
    pub s: [i64; 4],
    pub __bindgen_anon_1: cl_long4__bindgen_ty_1,
    pub __bindgen_anon_2: cl_long4__bindgen_ty_2,
    pub __bindgen_anon_3: cl_long4__bindgen_ty_3,
    pub v2: [[i64; 2]; 2],
    /* private fields */
}

Fields§

§s: [i64; 4]§__bindgen_anon_1: cl_long4__bindgen_ty_1§__bindgen_anon_2: cl_long4__bindgen_ty_2§__bindgen_anon_3: cl_long4__bindgen_ty_3§v2: [[i64; 2]; 2]