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