#[repr(C, align(32))]
pub union cl_long4 {
pub s: [cl_long; 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: [__cl_long2; 2],
/* private fields */
}Fields§
§s: [cl_long; 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: [__cl_long2; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_long4
impl RefUnwindSafe for cl_long4
impl Send for cl_long4
impl Sync for cl_long4
impl Unpin for cl_long4
impl UnwindSafe for cl_long4
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