#[repr(C)]pub struct WGPUPipelineLayoutDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub bindGroupLayoutCount: usize,
pub bindGroupLayouts: *const WGPUBindGroupLayout,
pub immediateSize: u32,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§bindGroupLayoutCount: usize§bindGroupLayouts: *const WGPUBindGroupLayout§immediateSize: u32Trait Implementations§
Source§impl Clone for WGPUPipelineLayoutDescriptor
impl Clone for WGPUPipelineLayoutDescriptor
Source§fn clone(&self) -> WGPUPipelineLayoutDescriptor
fn clone(&self) -> WGPUPipelineLayoutDescriptor
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 moreSource§impl Debug for WGPUPipelineLayoutDescriptor
impl Debug for WGPUPipelineLayoutDescriptor
impl Copy for WGPUPipelineLayoutDescriptor
Auto Trait Implementations§
impl Freeze for WGPUPipelineLayoutDescriptor
impl RefUnwindSafe for WGPUPipelineLayoutDescriptor
impl !Send for WGPUPipelineLayoutDescriptor
impl !Sync for WGPUPipelineLayoutDescriptor
impl Unpin for WGPUPipelineLayoutDescriptor
impl UnwindSafe for WGPUPipelineLayoutDescriptor
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