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