#[repr(C, align(16))]
pub union cl_short8 {
pub s: [cl_short; 8],
pub __bindgen_anon_1: cl_short8__bindgen_ty_1,
pub __bindgen_anon_2: cl_short8__bindgen_ty_2,
pub __bindgen_anon_3: cl_short8__bindgen_ty_3,
pub v4: [__cl_short4; 2],
pub v8: __cl_short8,
/* private fields */
}Fields§
§s: [cl_short; 8]§__bindgen_anon_1: cl_short8__bindgen_ty_1§__bindgen_anon_2: cl_short8__bindgen_ty_2§__bindgen_anon_3: cl_short8__bindgen_ty_3§v4: [__cl_short4; 2]§v8: __cl_short8Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_short8
impl RefUnwindSafe for cl_short8
impl Send for cl_short8
impl Sync for cl_short8
impl Unpin for cl_short8
impl UnwindSafe for cl_short8
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