#[repr(C)]
pub union cl_char4 {
pub s: [cl_char; 4],
pub __bindgen_anon_1: cl_char4__bindgen_ty_1,
pub __bindgen_anon_2: cl_char4__bindgen_ty_2,
pub __bindgen_anon_3: cl_char4__bindgen_ty_3,
/* private fields */
}Fields§
§s: [cl_char; 4]§__bindgen_anon_1: cl_char4__bindgen_ty_1§__bindgen_anon_2: cl_char4__bindgen_ty_2§__bindgen_anon_3: cl_char4__bindgen_ty_3Trait Implementations§
Auto Trait Implementations§
impl Freeze for cl_char4
impl RefUnwindSafe for cl_char4
impl Send for cl_char4
impl Sync for cl_char4
impl Unpin for cl_char4
impl UnwindSafe for cl_char4
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