Struct screen_13::prelude::vk::IndirectCommandsLayoutUsageFlagsNV
source · pub struct IndirectCommandsLayoutUsageFlagsNV(_);Expand description
Implementations
sourceimpl IndirectCommandsLayoutUsageFlagsNV
impl IndirectCommandsLayoutUsageFlagsNV
pub const fn empty() -> IndirectCommandsLayoutUsageFlagsNV
pub const fn from_raw(x: u32) -> IndirectCommandsLayoutUsageFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: IndirectCommandsLayoutUsageFlagsNV) -> bool
sourcepub const fn contains(self, other: IndirectCommandsLayoutUsageFlagsNV) -> bool
pub const fn contains(self, other: IndirectCommandsLayoutUsageFlagsNV) -> bool
Returns whether other is a subset of self
sourceimpl IndirectCommandsLayoutUsageFlagsNV
impl IndirectCommandsLayoutUsageFlagsNV
pub const EXPLICIT_PREPROCESS: IndirectCommandsLayoutUsageFlagsNV = Self(1)
pub const INDEXED_SEQUENCES: IndirectCommandsLayoutUsageFlagsNV = Self(2)
pub const UNORDERED_SEQUENCES: IndirectCommandsLayoutUsageFlagsNV = Self(4)
Trait Implementations
sourceimpl BitAnd<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitAnd<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitand(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
& operation. Read moresourceimpl BitAndAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitAndAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
sourcefn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
&= operation. Read moresourceimpl BitOr<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitOr<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
| operation. Read moresourceimpl BitOrAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitOrAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
sourcefn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
|= operation. Read moresourceimpl BitXor<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitXor<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitxor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV
) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
^ operation. Read moresourceimpl BitXorAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl BitXorAssign<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
sourcefn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
^= operation. Read moresourceimpl Clone for IndirectCommandsLayoutUsageFlagsNV
impl Clone for IndirectCommandsLayoutUsageFlagsNV
sourcefn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
fn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
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 moresourceimpl Default for IndirectCommandsLayoutUsageFlagsNV
impl Default for IndirectCommandsLayoutUsageFlagsNV
sourcefn default() -> IndirectCommandsLayoutUsageFlagsNV
fn default() -> IndirectCommandsLayoutUsageFlagsNV
Returns the “default value” for a type. Read more
sourceimpl Not for IndirectCommandsLayoutUsageFlagsNV
impl Not for IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
! operator.sourcefn not(self) -> IndirectCommandsLayoutUsageFlagsNV
fn not(self) -> IndirectCommandsLayoutUsageFlagsNV
Performs the unary
! operation. Read moresourceimpl Ord for IndirectCommandsLayoutUsageFlagsNV
impl Ord for IndirectCommandsLayoutUsageFlagsNV
sourcefn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl PartialEq<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
sourcefn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
sourceimpl PartialOrd<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
impl PartialOrd<IndirectCommandsLayoutUsageFlagsNV> for IndirectCommandsLayoutUsageFlagsNV
sourcefn partial_cmp(
&self,
other: &IndirectCommandsLayoutUsageFlagsNV
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &IndirectCommandsLayoutUsageFlagsNV
) -> Option<Ordering>
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 moreimpl Copy for IndirectCommandsLayoutUsageFlagsNV
impl Eq for IndirectCommandsLayoutUsageFlagsNV
impl StructuralEq for IndirectCommandsLayoutUsageFlagsNV
impl StructuralPartialEq for IndirectCommandsLayoutUsageFlagsNV
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsLayoutUsageFlagsNV
impl Send for IndirectCommandsLayoutUsageFlagsNV
impl Sync for IndirectCommandsLayoutUsageFlagsNV
impl Unpin for IndirectCommandsLayoutUsageFlagsNV
impl UnwindSafe for IndirectCommandsLayoutUsageFlagsNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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