Struct CUDA_MEMCPY_NODE_PARAMS_st
#[repr(C)]pub struct CUDA_MEMCPY_NODE_PARAMS_st {
pub flags: i32,
pub reserved: i32,
pub copyCtx: *mut CUctx_st,
pub copyParams: CUDA_MEMCPY3D_st,
}Fields§
§flags: i32§reserved: i32§copyCtx: *mut CUctx_st§copyParams: CUDA_MEMCPY3D_stTrait Implementations§
§impl Clone for CUDA_MEMCPY_NODE_PARAMS_st
impl Clone for CUDA_MEMCPY_NODE_PARAMS_st
§fn clone(&self) -> CUDA_MEMCPY_NODE_PARAMS_st
fn clone(&self) -> CUDA_MEMCPY_NODE_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_MEMCPY_NODE_PARAMS_st
impl Debug for CUDA_MEMCPY_NODE_PARAMS_st
§impl Hash for CUDA_MEMCPY_NODE_PARAMS_st
impl Hash for CUDA_MEMCPY_NODE_PARAMS_st
§impl Ord for CUDA_MEMCPY_NODE_PARAMS_st
impl Ord for CUDA_MEMCPY_NODE_PARAMS_st
§fn cmp(&self, other: &CUDA_MEMCPY_NODE_PARAMS_st) -> Ordering
fn cmp(&self, other: &CUDA_MEMCPY_NODE_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_MEMCPY_NODE_PARAMS_st
impl PartialEq for CUDA_MEMCPY_NODE_PARAMS_st
§impl PartialOrd for CUDA_MEMCPY_NODE_PARAMS_st
impl PartialOrd for CUDA_MEMCPY_NODE_PARAMS_st
impl Copy for CUDA_MEMCPY_NODE_PARAMS_st
impl Eq for CUDA_MEMCPY_NODE_PARAMS_st
impl StructuralPartialEq for CUDA_MEMCPY_NODE_PARAMS_st
Auto Trait Implementations§
impl Freeze for CUDA_MEMCPY_NODE_PARAMS_st
impl RefUnwindSafe for CUDA_MEMCPY_NODE_PARAMS_st
impl !Send for CUDA_MEMCPY_NODE_PARAMS_st
impl !Sync for CUDA_MEMCPY_NODE_PARAMS_st
impl Unpin for CUDA_MEMCPY_NODE_PARAMS_st
impl UnsafeUnpin for CUDA_MEMCPY_NODE_PARAMS_st
impl UnwindSafe for CUDA_MEMCPY_NODE_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