Struct wgpu_util::SizedBuffer [−][src]
pub struct SizedBuffer {
pub size: BufferAddress,
pub buffer: Buffer,
}wgpu::Buffer wrapper with size.
Fields
size: BufferAddressbuffer: BufferImplementations
impl SizedBuffer[src]
impl SizedBuffer[src]Auto Trait Implementations
impl !RefUnwindSafe for SizedBuffer
impl Send for SizedBuffer
impl Sync for SizedBuffer
impl Unpin for SizedBuffer
impl !UnwindSafe for SizedBuffer
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more