pub struct MkGpuTransfer { /* private fields */ }Expand description
A pending GPU memory transfer.
Implementations§
Source§impl MkGpuTransfer
impl MkGpuTransfer
Auto Trait Implementations§
impl Freeze for MkGpuTransfer
impl RefUnwindSafe for MkGpuTransfer
impl Send for MkGpuTransfer
impl Sync for MkGpuTransfer
impl Unpin for MkGpuTransfer
impl UnwindSafe for MkGpuTransfer
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