Struct CUlaunchConfig_st
#[repr(C)]pub struct CUlaunchConfig_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 attrs: *mut CUlaunchAttribute_st,
pub numAttrs: u32,
}Fields§
§gridDimX: u32§gridDimY: u32§gridDimZ: u32§blockDimX: u32§blockDimY: u32§blockDimZ: u32§hStream: *mut CUstream_st§attrs: *mut CUlaunchAttribute_st§numAttrs: u32Trait Implementations§
§impl Clone for CUlaunchConfig_st
impl Clone for CUlaunchConfig_st
§fn clone(&self) -> CUlaunchConfig_st
fn clone(&self) -> CUlaunchConfig_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 CUlaunchConfig_st
impl Debug for CUlaunchConfig_st
§impl Hash for CUlaunchConfig_st
impl Hash for CUlaunchConfig_st
§impl Ord for CUlaunchConfig_st
impl Ord for CUlaunchConfig_st
§fn cmp(&self, other: &CUlaunchConfig_st) -> Ordering
fn cmp(&self, other: &CUlaunchConfig_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 CUlaunchConfig_st
impl PartialEq for CUlaunchConfig_st
§impl PartialOrd for CUlaunchConfig_st
impl PartialOrd for CUlaunchConfig_st
impl Copy for CUlaunchConfig_st
impl Eq for CUlaunchConfig_st
impl StructuralPartialEq for CUlaunchConfig_st
Auto Trait Implementations§
impl Freeze for CUlaunchConfig_st
impl RefUnwindSafe for CUlaunchConfig_st
impl !Send for CUlaunchConfig_st
impl !Sync for CUlaunchConfig_st
impl Unpin for CUlaunchConfig_st
impl UnsafeUnpin for CUlaunchConfig_st
impl UnwindSafe for CUlaunchConfig_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