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 moreAuto Trait Implementations§
impl Freeze for BindGroupEntry
impl RefUnwindSafe for BindGroupEntry
impl Send for BindGroupEntry
impl Sync for BindGroupEntry
impl Unpin for BindGroupEntry
impl UnwindSafe for BindGroupEntry
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