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_AMD_extension_319’
pub const RESERVED_0_AMD: Self = _
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 PartialEq for PipelineLayoutCreateFlags
impl PartialEq 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 for PipelineLayoutCreateFlags
impl PartialOrd 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 moreimpl 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