#[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 · 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
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 · 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 WGPUPipelineLayoutDescriptor
impl PartialEq for WGPUPipelineLayoutDescriptor
Source§fn eq(&self, other: &WGPUPipelineLayoutDescriptor) -> bool
fn eq(&self, other: &WGPUPipelineLayoutDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUPipelineLayoutDescriptor
impl PartialOrd for WGPUPipelineLayoutDescriptor
impl Copy for WGPUPipelineLayoutDescriptor
impl Eq for WGPUPipelineLayoutDescriptor
impl StructuralPartialEq 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