#[repr(C, align(64))]
pub union cl_float16 {
pub s: [cl_float; 16],
pub __bindgen_anon_1: cl_float16__bindgen_ty_1,
pub __bindgen_anon_2: cl_float16__bindgen_ty_2,
pub __bindgen_anon_3: cl_float16__bindgen_ty_3,
pub v2: [__cl_float2; 8],
pub v4: [__cl_float4; 4],
/* private fields */
}Fields§
§s: [cl_float; 16]§__bindgen_anon_1: cl_float16__bindgen_ty_1§__bindgen_anon_2: cl_float16__bindgen_ty_2§__bindgen_anon_3: cl_float16__bindgen_ty_3§v2: [__cl_float2; 8]§v4: [__cl_float4; 4]Trait Implementations§
Source§impl Clone for cl_float16
impl Clone for cl_float16
Source§fn clone(&self) -> cl_float16
fn clone(&self) -> cl_float16
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cl_float16
Auto Trait Implementations§
impl Freeze for cl_float16
impl RefUnwindSafe for cl_float16
impl Send for cl_float16
impl Sync for cl_float16
impl Unpin for cl_float16
impl UnwindSafe for cl_float16
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