Struct wgpu::PipelineLayout
source · pub struct PipelineLayout { /* private fields */ }
Expand description
Handle to a pipeline layout.
A PipelineLayout
object describes the available binding groups of a pipeline.
It can be created with Device::create_pipeline_layout
.
Corresponds to WebGPU GPUPipelineLayout
.
Trait Implementations§
source§impl Debug for PipelineLayout
impl Debug for PipelineLayout
source§impl Drop for PipelineLayout
impl Drop for PipelineLayout
source§impl Hash for PipelineLayout
impl Hash for PipelineLayout
source§impl Ord for PipelineLayout
impl Ord for PipelineLayout
source§impl PartialEq for PipelineLayout
impl PartialEq for PipelineLayout
source§impl PartialOrd for PipelineLayout
impl PartialOrd for PipelineLayout
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for PipelineLayout
Auto Trait Implementations§
impl !RefUnwindSafe for PipelineLayout
impl Send for PipelineLayout
impl Sync for PipelineLayout
impl Unpin for PipelineLayout
impl !UnwindSafe for PipelineLayout
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more