#[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 duplicate 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
Source§impl Default for WGPUBindGroupDescriptor
impl Default for WGPUBindGroupDescriptor
Source§impl Hash for WGPUBindGroupDescriptor
impl Hash for WGPUBindGroupDescriptor
Source§impl Ord for WGPUBindGroupDescriptor
impl Ord for WGPUBindGroupDescriptor
Source§fn cmp(&self, other: &WGPUBindGroupDescriptor) -> Ordering
fn cmp(&self, other: &WGPUBindGroupDescriptor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUBindGroupDescriptor
impl PartialEq for WGPUBindGroupDescriptor
Source§impl PartialOrd for WGPUBindGroupDescriptor
impl PartialOrd for WGPUBindGroupDescriptor
impl Copy for WGPUBindGroupDescriptor
impl Eq for WGPUBindGroupDescriptor
impl StructuralPartialEq 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