#[repr(C)]pub struct cl_ushort16__bindgen_ty_1 {Show 16 fields
pub x: cl_ushort,
pub y: cl_ushort,
pub z: cl_ushort,
pub w: cl_ushort,
pub __spacer4: cl_ushort,
pub __spacer5: cl_ushort,
pub __spacer6: cl_ushort,
pub __spacer7: cl_ushort,
pub __spacer8: cl_ushort,
pub __spacer9: cl_ushort,
pub sa: cl_ushort,
pub sb: cl_ushort,
pub sc: cl_ushort,
pub sd: cl_ushort,
pub se: cl_ushort,
pub sf: cl_ushort,
}Fields§
§x: cl_ushort§y: cl_ushort§z: cl_ushort§w: cl_ushort§__spacer4: cl_ushort§__spacer5: cl_ushort§__spacer6: cl_ushort§__spacer7: cl_ushort§__spacer8: cl_ushort§__spacer9: cl_ushort§sa: cl_ushort§sb: cl_ushort§sc: cl_ushort§sd: cl_ushort§se: cl_ushort§sf: cl_ushortTrait Implementations§
Source§impl Clone for cl_ushort16__bindgen_ty_1
impl Clone for cl_ushort16__bindgen_ty_1
Source§fn clone(&self) -> cl_ushort16__bindgen_ty_1
fn clone(&self) -> cl_ushort16__bindgen_ty_1
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 moreSource§impl Debug for cl_ushort16__bindgen_ty_1
impl Debug for cl_ushort16__bindgen_ty_1
impl Copy for cl_ushort16__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for cl_ushort16__bindgen_ty_1
impl RefUnwindSafe for cl_ushort16__bindgen_ty_1
impl Send for cl_ushort16__bindgen_ty_1
impl Sync for cl_ushort16__bindgen_ty_1
impl Unpin for cl_ushort16__bindgen_ty_1
impl UnwindSafe for cl_ushort16__bindgen_ty_1
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