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