#[repr(C)]pub struct WGPUBindGroupDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub layout: WGPUBindGroupLayout,
pub entryCount: usize,
pub entries: *const WGPUBindGroupEntry,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§layout: WGPUBindGroupLayout§entryCount: usize§entries: *const WGPUBindGroupEntryTrait Implementations§
Source§impl Clone for WGPUBindGroupDescriptor
impl Clone for WGPUBindGroupDescriptor
Source§fn clone(&self) -> WGPUBindGroupDescriptor
fn clone(&self) -> WGPUBindGroupDescriptor
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 moreSource§impl Debug for WGPUBindGroupDescriptor
impl Debug for WGPUBindGroupDescriptor
impl Copy for WGPUBindGroupDescriptor
Auto Trait Implementations§
impl Freeze for WGPUBindGroupDescriptor
impl RefUnwindSafe for WGPUBindGroupDescriptor
impl !Send for WGPUBindGroupDescriptor
impl !Sync for WGPUBindGroupDescriptor
impl Unpin for WGPUBindGroupDescriptor
impl UnwindSafe for WGPUBindGroupDescriptor
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