Struct rcudnn_sys::cudaPos
source · #[repr(C)]pub struct cudaPos {
pub x: usize,
pub y: usize,
pub z: usize,
}
Fields§
§x: usize
§y: usize
§z: usize
Trait Implementations§
Auto Trait Implementations§
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