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