pub struct IndirectCommandsLayoutUsageFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl 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
Trait Implementations§
Source§impl BitAnd for IndirectCommandsLayoutUsageFlagsNV
impl BitAnd for IndirectCommandsLayoutUsageFlagsNV
Source§type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV,
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitand( self, rhs: IndirectCommandsLayoutUsageFlagsNV, ) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitAndAssign for IndirectCommandsLayoutUsageFlagsNV
Source§fn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
&= operation. Read moreSource§impl BitOr for IndirectCommandsLayoutUsageFlagsNV
impl BitOr for IndirectCommandsLayoutUsageFlagsNV
Source§type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV,
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitor( self, rhs: IndirectCommandsLayoutUsageFlagsNV, ) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitOrAssign for IndirectCommandsLayoutUsageFlagsNV
Source§fn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
|= operation. Read moreSource§impl BitXor for IndirectCommandsLayoutUsageFlagsNV
impl BitXor for IndirectCommandsLayoutUsageFlagsNV
Source§type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: IndirectCommandsLayoutUsageFlagsNV,
) -> IndirectCommandsLayoutUsageFlagsNV
fn bitxor( self, rhs: IndirectCommandsLayoutUsageFlagsNV, ) -> IndirectCommandsLayoutUsageFlagsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitXorAssign for IndirectCommandsLayoutUsageFlagsNV
Source§fn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
fn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagsNV)
Performs the
^= operation. Read moreSource§impl Clone for IndirectCommandsLayoutUsageFlagsNV
impl Clone for IndirectCommandsLayoutUsageFlagsNV
Source§fn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
fn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
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 IndirectCommandsLayoutUsageFlagsNV
impl Default for IndirectCommandsLayoutUsageFlagsNV
Source§fn default() -> IndirectCommandsLayoutUsageFlagsNV
fn default() -> IndirectCommandsLayoutUsageFlagsNV
Returns the “default value” for a type. Read more
Source§impl Not for IndirectCommandsLayoutUsageFlagsNV
impl Not for IndirectCommandsLayoutUsageFlagsNV
Source§type Output = IndirectCommandsLayoutUsageFlagsNV
type Output = IndirectCommandsLayoutUsageFlagsNV
The resulting type after applying the
! operator.Source§fn not(self) -> IndirectCommandsLayoutUsageFlagsNV
fn not(self) -> IndirectCommandsLayoutUsageFlagsNV
Performs the unary
! operation. Read moreSource§impl Ord for IndirectCommandsLayoutUsageFlagsNV
impl Ord for IndirectCommandsLayoutUsageFlagsNV
Source§fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> 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 IndirectCommandsLayoutUsageFlagsNV
impl PartialEq for IndirectCommandsLayoutUsageFlagsNV
Source§fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectCommandsLayoutUsageFlagsNV
impl PartialOrd for IndirectCommandsLayoutUsageFlagsNV
impl Copy for IndirectCommandsLayoutUsageFlagsNV
impl Eq for IndirectCommandsLayoutUsageFlagsNV
impl StructuralPartialEq for IndirectCommandsLayoutUsageFlagsNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutUsageFlagsNV
impl RefUnwindSafe for IndirectCommandsLayoutUsageFlagsNV
impl Send for IndirectCommandsLayoutUsageFlagsNV
impl Sync for IndirectCommandsLayoutUsageFlagsNV
impl Unpin for IndirectCommandsLayoutUsageFlagsNV
impl UnwindSafe for IndirectCommandsLayoutUsageFlagsNV
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