#[repr(C)]pub struct hipMemcpy3DOperand {
pub type_: hipMemcpy3DOperandType,
pub op: hipMemcpy3DOperand__bindgen_ty_1,
}Expand description
Struct representing an operand for copy with hipMemcpy3DBatchAsync.
Fields§
§type_: hipMemcpy3DOperandType§op: hipMemcpy3DOperand__bindgen_ty_1Trait Implementations§
Source§impl Clone for hipMemcpy3DOperand
impl Clone for hipMemcpy3DOperand
Source§fn clone(&self) -> hipMemcpy3DOperand
fn clone(&self) -> hipMemcpy3DOperand
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 hipMemcpy3DOperand
Auto Trait Implementations§
impl Freeze for hipMemcpy3DOperand
impl RefUnwindSafe for hipMemcpy3DOperand
impl !Send for hipMemcpy3DOperand
impl !Sync for hipMemcpy3DOperand
impl Unpin for hipMemcpy3DOperand
impl UnsafeUnpin for hipMemcpy3DOperand
impl UnwindSafe for hipMemcpy3DOperand
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