#[repr(C)]pub struct hipMemcpy3DParms {
pub srcArray: hipArray_t,
pub srcPos: hipPos,
pub srcPtr: hipPitchedPtr,
pub dstArray: hipArray_t,
pub dstPos: hipPos,
pub dstPtr: hipPitchedPtr,
pub extent: hipExtent,
pub kind: hipMemcpyKind,
}
Fields§
§srcArray: hipArray_t
§srcPos: hipPos
§srcPtr: hipPitchedPtr
§dstArray: hipArray_t
§dstPos: hipPos
§dstPtr: hipPitchedPtr
§extent: hipExtent
§kind: hipMemcpyKind
Trait Implementations§
Source§impl Clone for hipMemcpy3DParms
impl Clone for hipMemcpy3DParms
Source§fn clone(&self) -> hipMemcpy3DParms
fn clone(&self) -> hipMemcpy3DParms
Returns a copy 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 hipMemcpy3DParms
impl Debug for hipMemcpy3DParms
impl Copy for hipMemcpy3DParms
Auto Trait Implementations§
impl Freeze for hipMemcpy3DParms
impl RefUnwindSafe for hipMemcpy3DParms
impl !Send for hipMemcpy3DParms
impl !Sync for hipMemcpy3DParms
impl Unpin for hipMemcpy3DParms
impl UnwindSafe for hipMemcpy3DParms
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