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