pub struct MkStagingBuffer<B: MkGpuBackend> { /* private fields */ }Expand description
A staging buffer for CPU-GPU data transfers.
Implementations§
Source§impl<B: MkGpuBackend> MkStagingBuffer<B>
impl<B: MkGpuBackend> MkStagingBuffer<B>
Auto Trait Implementations§
impl<B> Freeze for MkStagingBuffer<B>
impl<B> RefUnwindSafe for MkStagingBuffer<B>
impl<B> Send for MkStagingBuffer<B>
impl<B> Sync for MkStagingBuffer<B>
impl<B> Unpin for MkStagingBuffer<B>
impl<B> UnwindSafe for MkStagingBuffer<B>
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