#[repr(C)]pub struct cudaKernelNodeParamsV2 {
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,
pub ctx: cudaExecutionContext_t,
}Fields§
§func: *mut c_void§gridDim: dim3§blockDim: dim3§kernelParams: *mut *mut c_void§extra: *mut *mut c_void§ctx: cudaExecutionContext_tTrait Implementations§
Source§impl Clone for cudaKernelNodeParamsV2
impl Clone for cudaKernelNodeParamsV2
Source§fn clone(&self) -> cudaKernelNodeParamsV2
fn clone(&self) -> cudaKernelNodeParamsV2
Returns a duplicate 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 cudaKernelNodeParamsV2
impl Debug for cudaKernelNodeParamsV2
Source§impl Hash for cudaKernelNodeParamsV2
impl Hash for cudaKernelNodeParamsV2
Source§impl Ord for cudaKernelNodeParamsV2
impl Ord for cudaKernelNodeParamsV2
Source§fn cmp(&self, other: &cudaKernelNodeParamsV2) -> Ordering
fn cmp(&self, other: &cudaKernelNodeParamsV2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cudaKernelNodeParamsV2
impl PartialEq for cudaKernelNodeParamsV2
Source§impl PartialOrd for cudaKernelNodeParamsV2
impl PartialOrd for cudaKernelNodeParamsV2
impl Copy for cudaKernelNodeParamsV2
impl Eq for cudaKernelNodeParamsV2
impl StructuralPartialEq for cudaKernelNodeParamsV2
Auto Trait Implementations§
impl Freeze for cudaKernelNodeParamsV2
impl RefUnwindSafe for cudaKernelNodeParamsV2
impl !Send for cudaKernelNodeParamsV2
impl !Sync for cudaKernelNodeParamsV2
impl Unpin for cudaKernelNodeParamsV2
impl UnsafeUnpin for cudaKernelNodeParamsV2
impl UnwindSafe for cudaKernelNodeParamsV2
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