Struct CUDA_LAUNCH_PARAMS_st
#[repr(C)]pub struct CUDA_LAUNCH_PARAMS_st {
pub function: *mut CUfunc_st,
pub gridDimX: u32,
pub gridDimY: u32,
pub gridDimZ: u32,
pub blockDimX: u32,
pub blockDimY: u32,
pub blockDimZ: u32,
pub sharedMemBytes: u32,
pub hStream: *mut CUstream_st,
pub kernelParams: *mut *mut c_void,
}Fields§
§function: *mut CUfunc_st§gridDimX: u32§gridDimY: u32§gridDimZ: u32§blockDimX: u32§blockDimY: u32§blockDimZ: u32§hStream: *mut CUstream_st§kernelParams: *mut *mut c_voidTrait Implementations§
§impl Clone for CUDA_LAUNCH_PARAMS_st
impl Clone for CUDA_LAUNCH_PARAMS_st
§fn clone(&self) -> CUDA_LAUNCH_PARAMS_st
fn clone(&self) -> CUDA_LAUNCH_PARAMS_st
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 more§impl Debug for CUDA_LAUNCH_PARAMS_st
impl Debug for CUDA_LAUNCH_PARAMS_st
§impl Hash for CUDA_LAUNCH_PARAMS_st
impl Hash for CUDA_LAUNCH_PARAMS_st
§impl Ord for CUDA_LAUNCH_PARAMS_st
impl Ord for CUDA_LAUNCH_PARAMS_st
§fn cmp(&self, other: &CUDA_LAUNCH_PARAMS_st) -> Ordering
fn cmp(&self, other: &CUDA_LAUNCH_PARAMS_st) -> 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
§impl PartialEq for CUDA_LAUNCH_PARAMS_st
impl PartialEq for CUDA_LAUNCH_PARAMS_st
§impl PartialOrd for CUDA_LAUNCH_PARAMS_st
impl PartialOrd for CUDA_LAUNCH_PARAMS_st
impl Copy for CUDA_LAUNCH_PARAMS_st
impl Eq for CUDA_LAUNCH_PARAMS_st
impl StructuralPartialEq for CUDA_LAUNCH_PARAMS_st
Auto Trait Implementations§
impl Freeze for CUDA_LAUNCH_PARAMS_st
impl RefUnwindSafe for CUDA_LAUNCH_PARAMS_st
impl !Send for CUDA_LAUNCH_PARAMS_st
impl !Sync for CUDA_LAUNCH_PARAMS_st
impl Unpin for CUDA_LAUNCH_PARAMS_st
impl UnsafeUnpin for CUDA_LAUNCH_PARAMS_st
impl UnwindSafe for CUDA_LAUNCH_PARAMS_st
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more