pub struct CsmCudaGraphKey {
pub join_kind: CsmCudaGraphJoinKind,
pub key_arity: u8,
pub key_bytes: u32,
pub probe_capacity_class: u32,
pub output_capacity_class: u32,
pub scan_topology: ScanTopology,
pub node_layout_version: u32,
}Fields§
§join_kind: CsmCudaGraphJoinKind§key_arity: u8§key_bytes: u32§probe_capacity_class: u32§output_capacity_class: u32§scan_topology: ScanTopology§node_layout_version: u32Implementations§
Trait Implementations§
Source§impl Clone for CsmCudaGraphKey
impl Clone for CsmCudaGraphKey
Source§fn clone(&self) -> CsmCudaGraphKey
fn clone(&self) -> CsmCudaGraphKey
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 CsmCudaGraphKey
impl Debug for CsmCudaGraphKey
Source§impl Hash for CsmCudaGraphKey
impl Hash for CsmCudaGraphKey
Source§impl PartialEq for CsmCudaGraphKey
impl PartialEq for CsmCudaGraphKey
impl Eq for CsmCudaGraphKey
impl StructuralPartialEq for CsmCudaGraphKey
Auto Trait Implementations§
impl Freeze for CsmCudaGraphKey
impl RefUnwindSafe for CsmCudaGraphKey
impl Send for CsmCudaGraphKey
impl Sync for CsmCudaGraphKey
impl Unpin for CsmCudaGraphKey
impl UnsafeUnpin for CsmCudaGraphKey
impl UnwindSafe for CsmCudaGraphKey
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