#[repr(C)]pub struct hipMemcpy3DBatchOp {
pub src: hipMemcpy3DOperand,
pub dst: hipMemcpy3DOperand,
pub extent: hipExtent,
pub srcAccessOrder: hipMemcpySrcAccessOrder,
pub flags: c_uint,
}Expand description
HIP 3D Batch Op
Fields§
§src: hipMemcpy3DOperand§dst: hipMemcpy3DOperand§extent: hipExtent§srcAccessOrder: hipMemcpySrcAccessOrder§flags: c_uintTrait Implementations§
Source§impl Clone for hipMemcpy3DBatchOp
impl Clone for hipMemcpy3DBatchOp
Source§fn clone(&self) -> hipMemcpy3DBatchOp
fn clone(&self) -> hipMemcpy3DBatchOp
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 moreimpl Copy for hipMemcpy3DBatchOp
Auto Trait Implementations§
impl Freeze for hipMemcpy3DBatchOp
impl RefUnwindSafe for hipMemcpy3DBatchOp
impl !Send for hipMemcpy3DBatchOp
impl !Sync for hipMemcpy3DBatchOp
impl Unpin for hipMemcpy3DBatchOp
impl UnsafeUnpin for hipMemcpy3DBatchOp
impl UnwindSafe for hipMemcpy3DBatchOp
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