Struct kn_cuda_sys::bindings::char4
source · #[repr(C, align(4))]pub struct char4 {
pub x: c_schar,
pub y: c_schar,
pub z: c_schar,
pub w: c_schar,
}Fields§
§x: c_schar§y: c_schar§z: c_schar§w: c_scharTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for char4
impl Send for char4
impl Sync for char4
impl Unpin for char4
impl UnwindSafe for 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