Struct wgpu_core::resource::BufferPendingMapping
source · pub(crate) struct BufferPendingMapping {
pub(crate) range: Range<BufferAddress>,
pub(crate) op: BufferMapOperation,
pub(crate) _parent_buffer: Arc<Buffer>,
}
Fields§
§range: Range<BufferAddress>
§op: BufferMapOperation
§_parent_buffer: Arc<Buffer>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferPendingMapping
impl !RefUnwindSafe for BufferPendingMapping
impl Send for BufferPendingMapping
impl !Sync for BufferPendingMapping
impl Unpin for BufferPendingMapping
impl !UnwindSafe for BufferPendingMapping
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