#[repr(C)]
pub union cl_ushort2 {
pub s: [cl_ushort; 2],
pub __bindgen_anon_1: cl_ushort2__bindgen_ty_1,
pub __bindgen_anon_2: cl_ushort2__bindgen_ty_2,
pub __bindgen_anon_3: cl_ushort2__bindgen_ty_3,
/* private fields */
}Fields§
§s: [cl_ushort; 2]§__bindgen_anon_1: cl_ushort2__bindgen_ty_1§__bindgen_anon_2: cl_ushort2__bindgen_ty_2§__bindgen_anon_3: cl_ushort2__bindgen_ty_3Trait Implementations§
Source§impl Clone for cl_ushort2
impl Clone for cl_ushort2
Source§fn clone(&self) -> cl_ushort2
fn clone(&self) -> cl_ushort2
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_ushort2
Auto Trait Implementations§
impl Freeze for cl_ushort2
impl RefUnwindSafe for cl_ushort2
impl Send for cl_ushort2
impl Sync for cl_ushort2
impl Unpin for cl_ushort2
impl UnwindSafe for cl_ushort2
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