#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUBindGroupLayoutDescriptor
impl Eq for WGPUBindGroupLayoutDescriptor
Source§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 (const: unstable) · 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 PartialOrd for WGPUBindGroupLayoutDescriptor
impl PartialOrd for WGPUBindGroupLayoutDescriptor
impl StructuralPartialEq for WGPUBindGroupLayoutDescriptor
Auto Trait Implementations§
impl !Send for WGPUBindGroupLayoutDescriptor
impl !Sync for WGPUBindGroupLayoutDescriptor
impl Freeze for WGPUBindGroupLayoutDescriptor
impl RefUnwindSafe for WGPUBindGroupLayoutDescriptor
impl Unpin for WGPUBindGroupLayoutDescriptor
impl UnsafeUnpin 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