Struct wgpu_hal::BindGroupEntry
source · pub struct BindGroupEntry {
pub binding: u32,
pub resource_index: u32,
pub count: u32,
}
Fields§
§binding: u32
§resource_index: u32
§count: u32
Trait Implementations§
source§impl Clone for BindGroupEntry
impl Clone for BindGroupEntry
source§fn clone(&self) -> BindGroupEntry
fn clone(&self) -> BindGroupEntry
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