pub struct Buffer { /* private fields */ }
Trait Implementations§
Source§impl DynResource for Buffer
impl DynResource for Buffer
impl DynBuffer for Buffer
impl Send for Buffer
SAFETY:
This shared mutable data will not be accessed in a way which causes data races;
the obligation to do so is on the caller of the HAL API.
For safe code, wgpu-core
validation manages appropriate access.
impl Sync for Buffer
Auto Trait Implementations§
impl Freeze for Buffer
impl !RefUnwindSafe for Buffer
impl Unpin for Buffer
impl !UnwindSafe for Buffer
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