Struct ash::vk::PipelineLayout
source · #[repr(transparent)]pub struct PipelineLayout(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for PipelineLayout
impl Clone for PipelineLayout
source§fn clone(&self) -> PipelineLayout
fn clone(&self) -> PipelineLayout
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 PipelineLayout
impl Debug for PipelineLayout
source§impl Default for PipelineLayout
impl Default for PipelineLayout
source§fn default() -> PipelineLayout
fn default() -> PipelineLayout
Returns the “default value” for a type. Read more
source§impl Handle for PipelineLayout
impl Handle for PipelineLayout
source§impl Hash for PipelineLayout
impl Hash for PipelineLayout
source§impl Ord for PipelineLayout
impl Ord for PipelineLayout
source§fn cmp(&self, other: &PipelineLayout) -> Ordering
fn cmp(&self, other: &PipelineLayout) -> 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<PipelineLayout> for PipelineLayout
impl PartialEq<PipelineLayout> for PipelineLayout
source§fn eq(&self, other: &PipelineLayout) -> bool
fn eq(&self, other: &PipelineLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PipelineLayout> for PipelineLayout
impl PartialOrd<PipelineLayout> for PipelineLayout
source§fn partial_cmp(&self, other: &PipelineLayout) -> Option<Ordering>
fn partial_cmp(&self, other: &PipelineLayout) -> Option<Ordering>
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 more