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