#[repr(C)]
pub union cl_uint2 {
pub s: [cl_uint; 2],
pub __bindgen_anon_1: cl_uint2__bindgen_ty_1,
pub __bindgen_anon_2: cl_uint2__bindgen_ty_2,
pub __bindgen_anon_3: cl_uint2__bindgen_ty_3,
pub v2: __cl_uint2,
/* private fields */
}Fields§
§s: [cl_uint; 2]§__bindgen_anon_1: cl_uint2__bindgen_ty_1§__bindgen_anon_2: cl_uint2__bindgen_ty_2§__bindgen_anon_3: cl_uint2__bindgen_ty_3§v2: __cl_uint2Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_uint2
impl RefUnwindSafe for cl_uint2
impl Send for cl_uint2
impl Sync for cl_uint2
impl Unpin for cl_uint2
impl UnwindSafe for cl_uint2
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