Struct wgpu_core::binding_model::ResolvedBufferBinding
source · pub struct ResolvedBufferBinding {
pub buffer: Arc<Buffer>,
pub offset: BufferAddress,
pub size: Option<BufferSize>,
}
Fields§
§buffer: Arc<Buffer>
§offset: BufferAddress
§size: Option<BufferSize>
Trait Implementations§
source§impl Clone for ResolvedBufferBinding
impl Clone for ResolvedBufferBinding
source§fn clone(&self) -> ResolvedBufferBinding
fn clone(&self) -> ResolvedBufferBinding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ResolvedBufferBinding
impl !RefUnwindSafe for ResolvedBufferBinding
impl Send for ResolvedBufferBinding
impl Sync for ResolvedBufferBinding
impl Unpin for ResolvedBufferBinding
impl !UnwindSafe for ResolvedBufferBinding
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