#[repr(C)]pub struct WGPUBindGroupLayoutDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub entryCount: usize,
pub entries: *const WGPUBindGroupLayoutEntry,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§entryCount: usize§entries: *const WGPUBindGroupLayoutEntryTrait Implementations§
Source§impl Clone for WGPUBindGroupLayoutDescriptor
impl Clone for WGPUBindGroupLayoutDescriptor
Source§fn clone(&self) -> WGPUBindGroupLayoutDescriptor
fn clone(&self) -> WGPUBindGroupLayoutDescriptor
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 Hash for WGPUBindGroupLayoutDescriptor
impl Hash for WGPUBindGroupLayoutDescriptor
Source§impl Ord for WGPUBindGroupLayoutDescriptor
impl Ord for WGPUBindGroupLayoutDescriptor
Source§fn cmp(&self, other: &WGPUBindGroupLayoutDescriptor) -> Ordering
fn cmp(&self, other: &WGPUBindGroupLayoutDescriptor) -> 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 WGPUBindGroupLayoutDescriptor
impl PartialEq for WGPUBindGroupLayoutDescriptor
Source§fn eq(&self, other: &WGPUBindGroupLayoutDescriptor) -> bool
fn eq(&self, other: &WGPUBindGroupLayoutDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUBindGroupLayoutDescriptor
impl PartialOrd for WGPUBindGroupLayoutDescriptor
impl Copy for WGPUBindGroupLayoutDescriptor
impl Eq for WGPUBindGroupLayoutDescriptor
impl StructuralPartialEq for WGPUBindGroupLayoutDescriptor
Auto Trait Implementations§
impl Freeze for WGPUBindGroupLayoutDescriptor
impl RefUnwindSafe for WGPUBindGroupLayoutDescriptor
impl !Send for WGPUBindGroupLayoutDescriptor
impl !Sync for WGPUBindGroupLayoutDescriptor
impl Unpin for WGPUBindGroupLayoutDescriptor
impl UnwindSafe for WGPUBindGroupLayoutDescriptor
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