pub struct InterGpuTransfer { /* private fields */ }Expand description
Inter-GPU data transfer manager.
Implementations§
Auto Trait Implementations§
impl Freeze for InterGpuTransfer
impl !RefUnwindSafe for InterGpuTransfer
impl Send for InterGpuTransfer
impl Sync for InterGpuTransfer
impl Unpin for InterGpuTransfer
impl UnsafeUnpin for InterGpuTransfer
impl !UnwindSafe for InterGpuTransfer
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