Struct ash::vk::PipelineLayoutCreateFlags  
source · pub struct PipelineLayoutCreateFlags(/* private fields */);Expand description
Implementations§
source§impl PipelineLayoutCreateFlags
 
impl PipelineLayoutCreateFlags
source§impl PipelineLayoutCreateFlags
 
impl PipelineLayoutCreateFlags
Generated from ‘VK_EXT_graphics_pipeline_library’
pub const INDEPENDENT_SETS_EXT: Self = _
Trait Implementations§
source§impl BitAnd for PipelineLayoutCreateFlags
 
impl BitAnd for PipelineLayoutCreateFlags
source§impl BitAndAssign for PipelineLayoutCreateFlags
 
impl BitAndAssign for PipelineLayoutCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for PipelineLayoutCreateFlags
 
impl BitOr for PipelineLayoutCreateFlags
source§impl BitOrAssign for PipelineLayoutCreateFlags
 
impl BitOrAssign for PipelineLayoutCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for PipelineLayoutCreateFlags
 
impl BitXor for PipelineLayoutCreateFlags
source§impl BitXorAssign for PipelineLayoutCreateFlags
 
impl BitXorAssign 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 PartialOrd for PipelineLayoutCreateFlags
 
impl PartialOrd for PipelineLayoutCreateFlags
impl Copy for PipelineLayoutCreateFlags
impl Eq for PipelineLayoutCreateFlags
impl StructuralPartialEq for PipelineLayoutCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineLayoutCreateFlags
impl RefUnwindSafe for PipelineLayoutCreateFlags
impl Send for PipelineLayoutCreateFlags
impl Sync for PipelineLayoutCreateFlags
impl Unpin for PipelineLayoutCreateFlags
impl UnwindSafe for PipelineLayoutCreateFlags
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)