#[repr(transparent)]pub struct PipelineTessellationStateCreateFlags(_);Expand description
Implementations
sourceimpl PipelineTessellationStateCreateFlags
impl PipelineTessellationStateCreateFlags
pub const fn empty() -> PipelineTessellationStateCreateFlags
pub const fn from_raw(x: u32) -> PipelineTessellationStateCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(
self,
other: PipelineTessellationStateCreateFlags
) -> bool
sourcepub const fn contains(self, other: PipelineTessellationStateCreateFlags) -> bool
pub const fn contains(self, other: PipelineTessellationStateCreateFlags) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitAnd<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
fn bitand(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
Performs the & operation. Read more
sourceimpl BitAndAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitAndAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
sourcefn bitand_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
Performs the &= operation. Read more
sourceimpl BitOr<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitOr<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
fn bitor(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
Performs the | operation. Read more
sourceimpl BitOrAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitOrAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
sourcefn bitor_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
Performs the |= operation. Read more
sourceimpl BitXor<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitXor<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
fn bitxor(
self,
rhs: PipelineTessellationStateCreateFlags
) -> PipelineTessellationStateCreateFlags
Performs the ^ operation. Read more
sourceimpl BitXorAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl BitXorAssign<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
sourcefn bitxor_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineTessellationStateCreateFlags)
Performs the ^= operation. Read more
sourceimpl Clone for PipelineTessellationStateCreateFlags
impl Clone for PipelineTessellationStateCreateFlags
sourcefn clone(&self) -> PipelineTessellationStateCreateFlags
fn clone(&self) -> PipelineTessellationStateCreateFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineTessellationStateCreateFlags
impl Default for PipelineTessellationStateCreateFlags
sourcefn default() -> PipelineTessellationStateCreateFlags
fn default() -> PipelineTessellationStateCreateFlags
Returns the “default value” for a type. Read more
sourceimpl Not for PipelineTessellationStateCreateFlags
impl Not for PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
type Output = PipelineTessellationStateCreateFlags
The resulting type after applying the ! operator.
sourcefn not(self) -> PipelineTessellationStateCreateFlags
fn not(self) -> PipelineTessellationStateCreateFlags
Performs the unary ! operation. Read more
sourceimpl Ord for PipelineTessellationStateCreateFlags
impl Ord for PipelineTessellationStateCreateFlags
sourceimpl PartialEq<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl PartialEq<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
sourcefn eq(&self, other: &PipelineTessellationStateCreateFlags) -> bool
fn eq(&self, other: &PipelineTessellationStateCreateFlags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PipelineTessellationStateCreateFlags) -> bool
fn ne(&self, other: &PipelineTessellationStateCreateFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
impl PartialOrd<PipelineTessellationStateCreateFlags> for PipelineTessellationStateCreateFlags
sourcefn partial_cmp(
&self,
other: &PipelineTessellationStateCreateFlags
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &PipelineTessellationStateCreateFlags
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for PipelineTessellationStateCreateFlags
impl Eq for PipelineTessellationStateCreateFlags
impl StructuralEq for PipelineTessellationStateCreateFlags
impl StructuralPartialEq for PipelineTessellationStateCreateFlags
Auto Trait Implementations
impl RefUnwindSafe for PipelineTessellationStateCreateFlags
impl Send for PipelineTessellationStateCreateFlags
impl Sync for PipelineTessellationStateCreateFlags
impl Unpin for PipelineTessellationStateCreateFlags
impl UnwindSafe for PipelineTessellationStateCreateFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more