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