pub struct MemcpyRecorder;Expand description
Capture-mode wrapper for in-stream device-to-device memcpy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemcpyRecorder
impl RefUnwindSafe for MemcpyRecorder
impl Send for MemcpyRecorder
impl Sync for MemcpyRecorder
impl Unpin for MemcpyRecorder
impl UnsafeUnpin for MemcpyRecorder
impl UnwindSafe for MemcpyRecorder
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