#[repr(C, align(16))]
pub union cl_float4 {
pub s: [cl_float; 4],
pub __bindgen_anon_1: cl_float4__bindgen_ty_1,
pub __bindgen_anon_2: cl_float4__bindgen_ty_2,
pub __bindgen_anon_3: cl_float4__bindgen_ty_3,
pub v2: [__cl_float2; 2],
pub v4: __cl_float4,
/* private fields */
}Fields§
§s: [cl_float; 4]§__bindgen_anon_1: cl_float4__bindgen_ty_1§__bindgen_anon_2: cl_float4__bindgen_ty_2§__bindgen_anon_3: cl_float4__bindgen_ty_3§v2: [__cl_float2; 2]§v4: __cl_float4Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_float4
impl RefUnwindSafe for cl_float4
impl Send for cl_float4
impl Sync for cl_float4
impl Unpin for cl_float4
impl UnwindSafe for cl_float4
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