Struct screen_13::prelude::vk::GraphicsPipelineLibraryFlagsEXT
source · pub struct GraphicsPipelineLibraryFlagsEXT(_);Expand description
Implementations§
source§impl GraphicsPipelineLibraryFlagsEXT
impl GraphicsPipelineLibraryFlagsEXT
pub const fn empty() -> GraphicsPipelineLibraryFlagsEXT
pub const fn from_raw(x: u32) -> GraphicsPipelineLibraryFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: GraphicsPipelineLibraryFlagsEXT) -> bool
sourcepub const fn contains(self, other: GraphicsPipelineLibraryFlagsEXT) -> bool
pub const fn contains(self, other: GraphicsPipelineLibraryFlagsEXT) -> bool
Returns whether other is a subset of self
source§impl GraphicsPipelineLibraryFlagsEXT
impl GraphicsPipelineLibraryFlagsEXT
pub const VERTEX_INPUT_INTERFACE: GraphicsPipelineLibraryFlagsEXT = Self(1)
pub const PRE_RASTERIZATION_SHADERS: GraphicsPipelineLibraryFlagsEXT = Self(2)
pub const FRAGMENT_SHADER: GraphicsPipelineLibraryFlagsEXT = Self(4)
pub const FRAGMENT_OUTPUT_INTERFACE: GraphicsPipelineLibraryFlagsEXT = Self(8)
Trait Implementations§
source§impl BitAnd<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitAnd<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
§type Output = GraphicsPipelineLibraryFlagsEXT
type Output = GraphicsPipelineLibraryFlagsEXT
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: GraphicsPipelineLibraryFlagsEXT
) -> GraphicsPipelineLibraryFlagsEXT
fn bitand( self, rhs: GraphicsPipelineLibraryFlagsEXT ) -> GraphicsPipelineLibraryFlagsEXT
Performs the
& operation. Read moresource§impl BitAndAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitAndAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
source§fn bitand_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
fn bitand_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
Performs the
&= operation. Read moresource§impl BitOr<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitOr<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
§type Output = GraphicsPipelineLibraryFlagsEXT
type Output = GraphicsPipelineLibraryFlagsEXT
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: GraphicsPipelineLibraryFlagsEXT
) -> GraphicsPipelineLibraryFlagsEXT
fn bitor( self, rhs: GraphicsPipelineLibraryFlagsEXT ) -> GraphicsPipelineLibraryFlagsEXT
Performs the
| operation. Read moresource§impl BitOrAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitOrAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
source§fn bitor_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
fn bitor_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
Performs the
|= operation. Read moresource§impl BitXor<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitXor<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
§type Output = GraphicsPipelineLibraryFlagsEXT
type Output = GraphicsPipelineLibraryFlagsEXT
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: GraphicsPipelineLibraryFlagsEXT
) -> GraphicsPipelineLibraryFlagsEXT
fn bitxor( self, rhs: GraphicsPipelineLibraryFlagsEXT ) -> GraphicsPipelineLibraryFlagsEXT
Performs the
^ operation. Read moresource§impl BitXorAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl BitXorAssign<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
source§fn bitxor_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
fn bitxor_assign(&mut self, rhs: GraphicsPipelineLibraryFlagsEXT)
Performs the
^= operation. Read moresource§impl Clone for GraphicsPipelineLibraryFlagsEXT
impl Clone for GraphicsPipelineLibraryFlagsEXT
source§fn clone(&self) -> GraphicsPipelineLibraryFlagsEXT
fn clone(&self) -> GraphicsPipelineLibraryFlagsEXT
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 Default for GraphicsPipelineLibraryFlagsEXT
impl Default for GraphicsPipelineLibraryFlagsEXT
source§fn default() -> GraphicsPipelineLibraryFlagsEXT
fn default() -> GraphicsPipelineLibraryFlagsEXT
Returns the “default value” for a type. Read more
source§impl Not for GraphicsPipelineLibraryFlagsEXT
impl Not for GraphicsPipelineLibraryFlagsEXT
§type Output = GraphicsPipelineLibraryFlagsEXT
type Output = GraphicsPipelineLibraryFlagsEXT
The resulting type after applying the
! operator.source§fn not(self) -> GraphicsPipelineLibraryFlagsEXT
fn not(self) -> GraphicsPipelineLibraryFlagsEXT
Performs the unary
! operation. Read moresource§impl Ord for GraphicsPipelineLibraryFlagsEXT
impl Ord for GraphicsPipelineLibraryFlagsEXT
source§fn cmp(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> Ordering
fn cmp(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> 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<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl PartialEq<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
source§fn eq(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> bool
fn eq(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
impl PartialOrd<GraphicsPipelineLibraryFlagsEXT> for GraphicsPipelineLibraryFlagsEXT
source§fn partial_cmp(
&self,
other: &GraphicsPipelineLibraryFlagsEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &GraphicsPipelineLibraryFlagsEXT ) -> 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