#[repr(C, align(128))]
pub union cl_double16 {
pub s: [cl_double; 16],
pub __bindgen_anon_1: cl_double16__bindgen_ty_1,
pub __bindgen_anon_2: cl_double16__bindgen_ty_2,
pub __bindgen_anon_3: cl_double16__bindgen_ty_3,
pub v2: [__cl_double2; 8],
/* private fields */
}Fields§
§s: [cl_double; 16]§__bindgen_anon_1: cl_double16__bindgen_ty_1§__bindgen_anon_2: cl_double16__bindgen_ty_2§__bindgen_anon_3: cl_double16__bindgen_ty_3§v2: [__cl_double2; 8]Trait Implementations§
Source§impl Clone for cl_double16
impl Clone for cl_double16
Source§fn clone(&self) -> cl_double16
fn clone(&self) -> cl_double16
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_double16
Auto Trait Implementations§
impl Freeze for cl_double16
impl RefUnwindSafe for cl_double16
impl Send for cl_double16
impl Sync for cl_double16
impl Unpin for cl_double16
impl UnwindSafe for cl_double16
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