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