#[repr(C, align(16))]
pub union cl_char16 {
pub s: [cl_char; 16],
pub __bindgen_anon_1: cl_char16__bindgen_ty_1,
pub __bindgen_anon_2: cl_char16__bindgen_ty_2,
pub __bindgen_anon_3: cl_char16__bindgen_ty_3,
pub v8: [__cl_char8; 2],
pub v16: __cl_char16,
/* private fields */
}Fields§
§s: [cl_char; 16]§__bindgen_anon_1: cl_char16__bindgen_ty_1§__bindgen_anon_2: cl_char16__bindgen_ty_2§__bindgen_anon_3: cl_char16__bindgen_ty_3§v8: [__cl_char8; 2]§v16: __cl_char16Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_char16
impl RefUnwindSafe for cl_char16
impl Send for cl_char16
impl Sync for cl_char16
impl Unpin for cl_char16
impl UnwindSafe for cl_char16
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