#[repr(C)]
pub union cl_float2 {
pub s: [cl_float; 2],
pub __bindgen_anon_1: cl_float2__bindgen_ty_1,
pub __bindgen_anon_2: cl_float2__bindgen_ty_2,
pub __bindgen_anon_3: cl_float2__bindgen_ty_3,
pub v2: __cl_float2,
/* private fields */
}Fields§
§s: [cl_float; 2]§__bindgen_anon_1: cl_float2__bindgen_ty_1§__bindgen_anon_2: cl_float2__bindgen_ty_2§__bindgen_anon_3: cl_float2__bindgen_ty_3§v2: __cl_float2Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_float2
impl RefUnwindSafe for cl_float2
impl Send for cl_float2
impl Sync for cl_float2
impl Unpin for cl_float2
impl UnwindSafe for cl_float2
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