Struct rcudnn_sys::cudaKernelNodeParams
source · #[repr(C)]pub struct cudaKernelNodeParams {
pub func: *mut c_void,
pub gridDim: dim3,
pub blockDim: dim3,
pub sharedMemBytes: c_uint,
pub kernelParams: *mut *mut c_void,
pub extra: *mut *mut c_void,
}
Fields§
§func: *mut c_void
§gridDim: dim3
§blockDim: dim3
§kernelParams: *mut *mut c_void
§extra: *mut *mut c_void
Trait Implementations§
source§impl Clone for cudaKernelNodeParams
impl Clone for cudaKernelNodeParams
source§fn clone(&self) -> cudaKernelNodeParams
fn clone(&self) -> cudaKernelNodeParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for cudaKernelNodeParams
impl Debug for cudaKernelNodeParams
impl Copy for cudaKernelNodeParams
Auto Trait Implementations§
impl RefUnwindSafe for cudaKernelNodeParams
impl !Send for cudaKernelNodeParams
impl !Sync for cudaKernelNodeParams
impl Unpin for cudaKernelNodeParams
impl UnwindSafe for cudaKernelNodeParams
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