Struct comfy_wgpu::SizedBuffer
source · pub struct SizedBuffer {
pub buffer: Buffer,
pub size: usize,
pub buffer_type: BufferType,
pub label: String,
}
Fields§
§buffer: Buffer
§size: usize
§buffer_type: BufferType
§label: String
Implementations§
source§impl SizedBuffer
impl SizedBuffer
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§
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