#[repr(C)]pub struct cl_uchar4__bindgen_ty_1 {
pub x: cl_uchar,
pub y: cl_uchar,
pub z: cl_uchar,
pub w: cl_uchar,
}Fields§
§x: cl_uchar§y: cl_uchar§z: cl_uchar§w: cl_ucharTrait Implementations§
Source§impl Clone for cl_uchar4__bindgen_ty_1
impl Clone for cl_uchar4__bindgen_ty_1
Source§fn clone(&self) -> cl_uchar4__bindgen_ty_1
fn clone(&self) -> cl_uchar4__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_uchar4__bindgen_ty_1
impl Debug for cl_uchar4__bindgen_ty_1
impl Copy for cl_uchar4__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for cl_uchar4__bindgen_ty_1
impl RefUnwindSafe for cl_uchar4__bindgen_ty_1
impl Send for cl_uchar4__bindgen_ty_1
impl Sync for cl_uchar4__bindgen_ty_1
impl Unpin for cl_uchar4__bindgen_ty_1
impl UnwindSafe for cl_uchar4__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