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