Struct CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
#[repr(C)]pub struct CUDA_MEM_ALLOC_NODE_PARAMS_v1_st {
pub poolProps: CUmemPoolProps_st,
pub accessDescs: *const CUmemAccessDesc_st,
pub accessDescCount: usize,
pub bytesize: usize,
pub dptr: u64,
}Fields§
§poolProps: CUmemPoolProps_st§accessDescs: *const CUmemAccessDesc_st§accessDescCount: usize§bytesize: usize§dptr: u64Trait Implementations§
§impl Clone for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Clone for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
§fn clone(&self) -> CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
fn clone(&self) -> CUDA_MEM_ALLOC_NODE_PARAMS_v1_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_MEM_ALLOC_NODE_PARAMS_v1_st
impl Debug for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
§impl Hash for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Hash for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
§impl Ord for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Ord for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
§fn cmp(&self, other: &CUDA_MEM_ALLOC_NODE_PARAMS_v1_st) -> Ordering
fn cmp(&self, other: &CUDA_MEM_ALLOC_NODE_PARAMS_v1_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 PartialOrd for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl PartialOrd for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Copy for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Eq for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl StructuralPartialEq for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
Auto Trait Implementations§
impl Freeze for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl RefUnwindSafe for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl !Send for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl !Sync for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl Unpin for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl UnsafeUnpin for CUDA_MEM_ALLOC_NODE_PARAMS_v1_st
impl UnwindSafe for CUDA_MEM_ALLOC_NODE_PARAMS_v1_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