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