#[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 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 moreimpl Copy 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