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