Struct wgpu_core::binding_model::BufferBinding
source · #[repr(C)]pub struct BufferBinding {
pub buffer_id: BufferId,
pub offset: BufferAddress,
pub size: Option<BufferSize>,
}Fields§
§buffer_id: BufferId§offset: BufferAddress§size: Option<BufferSize>Trait Implementations§
source§impl Clone for BufferBinding
impl Clone for BufferBinding
source§fn clone(&self) -> BufferBinding
fn clone(&self) -> BufferBinding
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 more