#[repr(C)]pub struct cudaPos {
pub x: usize,
pub y: usize,
pub z: usize,
}
Expand description
CUDA 3D position
\sa ::make_cudaPos
Fields§
§x: usize
< x
y: usize
< y
z: usize
< z
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cudaPos
impl RefUnwindSafe for cudaPos
impl Send for cudaPos
impl Sync for cudaPos
impl Unpin for cudaPos
impl UnwindSafe for cudaPos
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