pub struct MemcpyOp { /* private fields */ }Expand description
Device-to-device memcpy op for the captured stream. Capture-safe.
record consumes the held GpuRefs on first invocation; a
second call returns GpuError::Unrecoverable.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemcpyOp
impl !RefUnwindSafe for MemcpyOp
impl Send for MemcpyOp
impl Sync for MemcpyOp
impl Unpin for MemcpyOp
impl UnsafeUnpin for MemcpyOp
impl !UnwindSafe for MemcpyOp
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