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