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