Struct ash::vk::PipelineShaderStageCreateFlags
source · pub struct PipelineShaderStageCreateFlags(/* private fields */);
Expand description
Implementations§
source§impl PipelineShaderStageCreateFlags
impl PipelineShaderStageCreateFlags
source§impl PipelineShaderStageCreateFlags
impl PipelineShaderStageCreateFlags
Generated from ‘VK_EXT_subgroup_size_control’
pub const ALLOW_VARYING_SUBGROUP_SIZE_EXT: Self = Self::ALLOW_VARYING_SUBGROUP_SIZE
pub const REQUIRE_FULL_SUBGROUPS_EXT: Self = Self::REQUIRE_FULL_SUBGROUPS
source§impl PipelineShaderStageCreateFlags
impl PipelineShaderStageCreateFlags
Generated from ‘VK_KHR_extension_297’
pub const RESERVED_3_KHR: Self = _
source§impl PipelineShaderStageCreateFlags
impl PipelineShaderStageCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const ALLOW_VARYING_SUBGROUP_SIZE: Self = _
pub const REQUIRE_FULL_SUBGROUPS: Self = _
Trait Implementations§
source§impl BitAndAssign for PipelineShaderStageCreateFlags
impl BitAndAssign for PipelineShaderStageCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for PipelineShaderStageCreateFlags
impl BitOrAssign for PipelineShaderStageCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for PipelineShaderStageCreateFlags
impl BitXorAssign for PipelineShaderStageCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineShaderStageCreateFlags
impl Clone for PipelineShaderStageCreateFlags
source§fn clone(&self) -> PipelineShaderStageCreateFlags
fn clone(&self) -> PipelineShaderStageCreateFlags
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 Not for PipelineShaderStageCreateFlags
impl Not for PipelineShaderStageCreateFlags
source§impl Ord for PipelineShaderStageCreateFlags
impl Ord for PipelineShaderStageCreateFlags
source§fn cmp(&self, other: &PipelineShaderStageCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineShaderStageCreateFlags) -> 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 PipelineShaderStageCreateFlags
impl PartialEq for PipelineShaderStageCreateFlags
source§fn eq(&self, other: &PipelineShaderStageCreateFlags) -> bool
fn eq(&self, other: &PipelineShaderStageCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PipelineShaderStageCreateFlags
impl PartialOrd for PipelineShaderStageCreateFlags
source§fn partial_cmp(
&self,
other: &PipelineShaderStageCreateFlags
) -> Option<Ordering>
fn partial_cmp( &self, other: &PipelineShaderStageCreateFlags ) -> 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 PipelineShaderStageCreateFlags
impl Eq for PipelineShaderStageCreateFlags
impl StructuralPartialEq for PipelineShaderStageCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineShaderStageCreateFlags
impl RefUnwindSafe for PipelineShaderStageCreateFlags
impl Send for PipelineShaderStageCreateFlags
impl Sync for PipelineShaderStageCreateFlags
impl Unpin for PipelineShaderStageCreateFlags
impl UnwindSafe for PipelineShaderStageCreateFlags
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