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