#[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 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 WGPUPipelineLayoutDescriptor
Source§impl Debug for WGPUPipelineLayoutDescriptor
impl Debug for WGPUPipelineLayoutDescriptor
impl Eq for WGPUPipelineLayoutDescriptor
Source§impl Hash for WGPUPipelineLayoutDescriptor
impl Hash for WGPUPipelineLayoutDescriptor
Source§impl Ord for WGPUPipelineLayoutDescriptor
impl Ord for WGPUPipelineLayoutDescriptor
Source§fn cmp(&self, other: &WGPUPipelineLayoutDescriptor) -> Ordering
fn cmp(&self, other: &WGPUPipelineLayoutDescriptor) -> 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 WGPUPipelineLayoutDescriptor
impl PartialOrd for WGPUPipelineLayoutDescriptor
impl StructuralPartialEq for WGPUPipelineLayoutDescriptor
Auto Trait Implementations§
impl !Send for WGPUPipelineLayoutDescriptor
impl !Sync for WGPUPipelineLayoutDescriptor
impl Freeze for WGPUPipelineLayoutDescriptor
impl RefUnwindSafe for WGPUPipelineLayoutDescriptor
impl Unpin for WGPUPipelineLayoutDescriptor
impl UnsafeUnpin 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