#[repr(C, align(32))]
pub union cl_double4 {
pub s: [cl_double; 4],
pub __bindgen_anon_1: cl_double4__bindgen_ty_1,
pub __bindgen_anon_2: cl_double4__bindgen_ty_2,
pub __bindgen_anon_3: cl_double4__bindgen_ty_3,
pub v2: [__cl_double2; 2],
/* private fields */
}Fields§
§s: [cl_double; 4]§__bindgen_anon_1: cl_double4__bindgen_ty_1§__bindgen_anon_2: cl_double4__bindgen_ty_2§__bindgen_anon_3: cl_double4__bindgen_ty_3§v2: [__cl_double2; 2]Trait Implementations§
Source§impl Clone for cl_double4
impl Clone for cl_double4
Source§fn clone(&self) -> cl_double4
fn clone(&self) -> cl_double4
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_double4
Auto Trait Implementations§
impl Freeze for cl_double4
impl RefUnwindSafe for cl_double4
impl Send for cl_double4
impl Sync for cl_double4
impl Unpin for cl_double4
impl UnwindSafe for cl_double4
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