Struct ash::vk::PipelineLayoutCreateFlags  
source · #[repr(transparent)]pub struct PipelineLayoutCreateFlags(_);Expand description
Implementations§
source§impl PipelineLayoutCreateFlags
 
impl PipelineLayoutCreateFlags
source§impl PipelineLayoutCreateFlags
 
impl PipelineLayoutCreateFlags
Generated from ‘VK_AMD_extension_319’
pub const RESERVED_0_AMD: Self = _
source§impl PipelineLayoutCreateFlags
 
impl PipelineLayoutCreateFlags
Generated from ‘VK_AMD_extension_321’
pub const RESERVED_1_AMD: Self = _
Trait Implementations§
source§impl BitAndAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
 
impl BitAndAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
 
impl BitOrAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
 
impl BitXorAssign<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for PipelineLayoutCreateFlags
 
impl Clone for PipelineLayoutCreateFlags
source§fn clone(&self) -> PipelineLayoutCreateFlags
 
fn clone(&self) -> PipelineLayoutCreateFlags
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 PipelineLayoutCreateFlags
 
impl Debug for PipelineLayoutCreateFlags
source§impl Default for PipelineLayoutCreateFlags
 
impl Default for PipelineLayoutCreateFlags
source§impl Hash for PipelineLayoutCreateFlags
 
impl Hash for PipelineLayoutCreateFlags
source§impl Not for PipelineLayoutCreateFlags
 
impl Not for PipelineLayoutCreateFlags
source§impl Ord for PipelineLayoutCreateFlags
 
impl Ord for PipelineLayoutCreateFlags
source§fn cmp(&self, other: &PipelineLayoutCreateFlags) -> Ordering
 
fn cmp(&self, other: &PipelineLayoutCreateFlags) -> 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<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
 
impl PartialEq<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
source§fn eq(&self, other: &PipelineLayoutCreateFlags) -> bool
 
fn eq(&self, other: &PipelineLayoutCreateFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
 
impl PartialOrd<PipelineLayoutCreateFlags> for PipelineLayoutCreateFlags
source§fn partial_cmp(&self, other: &PipelineLayoutCreateFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &PipelineLayoutCreateFlags) -> 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