#[repr(C, align(64))]
pub union cl_double8 {
pub s: [cl_double; 8],
pub __bindgen_anon_1: cl_double8__bindgen_ty_1,
pub __bindgen_anon_2: cl_double8__bindgen_ty_2,
pub __bindgen_anon_3: cl_double8__bindgen_ty_3,
pub v2: [__cl_double2; 4],
/* private fields */
}Fields§
§s: [cl_double; 8]§__bindgen_anon_1: cl_double8__bindgen_ty_1§__bindgen_anon_2: cl_double8__bindgen_ty_2§__bindgen_anon_3: cl_double8__bindgen_ty_3§v2: [__cl_double2; 4]Trait Implementations§
Source§impl Clone for cl_double8
impl Clone for cl_double8
Source§fn clone(&self) -> cl_double8
fn clone(&self) -> cl_double8
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_double8
Auto Trait Implementations§
impl Freeze for cl_double8
impl RefUnwindSafe for cl_double8
impl Send for cl_double8
impl Sync for cl_double8
impl Unpin for cl_double8
impl UnwindSafe for cl_double8
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