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