#[repr(C)]pub struct cudaMemcpy3DPeerParms {
pub srcArray: cudaArray_t,
pub srcPos: cudaPos,
pub srcPtr: cudaPitchedPtr,
pub srcDevice: c_int,
pub dstArray: cudaArray_t,
pub dstPos: cudaPos,
pub dstPtr: cudaPitchedPtr,
pub dstDevice: c_int,
pub extent: cudaExtent,
}
Fields§
§srcArray: cudaArray_t
§srcPos: cudaPos
§srcPtr: cudaPitchedPtr
§srcDevice: c_int
§dstArray: cudaArray_t
§dstPos: cudaPos
§dstPtr: cudaPitchedPtr
§dstDevice: c_int
§extent: cudaExtent
Trait Implementations§
Source§impl Clone for cudaMemcpy3DPeerParms
impl Clone for cudaMemcpy3DPeerParms
Source§fn clone(&self) -> cudaMemcpy3DPeerParms
fn clone(&self) -> cudaMemcpy3DPeerParms
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 cudaMemcpy3DPeerParms
impl Debug for cudaMemcpy3DPeerParms
Source§impl Default for cudaMemcpy3DPeerParms
impl Default for cudaMemcpy3DPeerParms
Source§impl Hash for cudaMemcpy3DPeerParms
impl Hash for cudaMemcpy3DPeerParms
Source§impl Ord for cudaMemcpy3DPeerParms
impl Ord for cudaMemcpy3DPeerParms
Source§fn cmp(&self, other: &cudaMemcpy3DPeerParms) -> Ordering
fn cmp(&self, other: &cudaMemcpy3DPeerParms) -> 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
Source§impl PartialEq for cudaMemcpy3DPeerParms
impl PartialEq for cudaMemcpy3DPeerParms
Source§impl PartialOrd for cudaMemcpy3DPeerParms
impl PartialOrd for cudaMemcpy3DPeerParms
impl Copy for cudaMemcpy3DPeerParms
impl Eq for cudaMemcpy3DPeerParms
impl StructuralPartialEq for cudaMemcpy3DPeerParms
Auto Trait Implementations§
impl Freeze for cudaMemcpy3DPeerParms
impl RefUnwindSafe for cudaMemcpy3DPeerParms
impl !Send for cudaMemcpy3DPeerParms
impl !Sync for cudaMemcpy3DPeerParms
impl Unpin for cudaMemcpy3DPeerParms
impl UnwindSafe for cudaMemcpy3DPeerParms
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