#[repr(C)]pub struct WGPUBindGroupLayoutEntryArraySize {
pub chain: WGPUChainedStruct,
pub arraySize: u32,
}Fields§
§chain: WGPUChainedStruct§arraySize: u32Trait Implementations§
Source§impl Clone for WGPUBindGroupLayoutEntryArraySize
impl Clone for WGPUBindGroupLayoutEntryArraySize
Source§fn clone(&self) -> WGPUBindGroupLayoutEntryArraySize
fn clone(&self) -> WGPUBindGroupLayoutEntryArraySize
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 Ord for WGPUBindGroupLayoutEntryArraySize
impl Ord for WGPUBindGroupLayoutEntryArraySize
Source§fn cmp(&self, other: &WGPUBindGroupLayoutEntryArraySize) -> Ordering
fn cmp(&self, other: &WGPUBindGroupLayoutEntryArraySize) -> 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 WGPUBindGroupLayoutEntryArraySize
impl PartialEq for WGPUBindGroupLayoutEntryArraySize
Source§fn eq(&self, other: &WGPUBindGroupLayoutEntryArraySize) -> bool
fn eq(&self, other: &WGPUBindGroupLayoutEntryArraySize) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUBindGroupLayoutEntryArraySize
impl PartialOrd for WGPUBindGroupLayoutEntryArraySize
impl Copy for WGPUBindGroupLayoutEntryArraySize
impl Eq for WGPUBindGroupLayoutEntryArraySize
impl StructuralPartialEq for WGPUBindGroupLayoutEntryArraySize
Auto Trait Implementations§
impl Freeze for WGPUBindGroupLayoutEntryArraySize
impl RefUnwindSafe for WGPUBindGroupLayoutEntryArraySize
impl !Send for WGPUBindGroupLayoutEntryArraySize
impl !Sync for WGPUBindGroupLayoutEntryArraySize
impl Unpin for WGPUBindGroupLayoutEntryArraySize
impl UnwindSafe for WGPUBindGroupLayoutEntryArraySize
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