#[repr(C)]pub struct cudaPos {
pub x: usize,
pub y: usize,
pub z: usize,
}Fields§
§x: usize§y: usize§z: usizeTrait 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