pub struct IndirectCommandsInputModeFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsInputModeFlagBitsEXT
impl IndirectCommandsInputModeFlagBitsEXT
Sourcepub const VULKAN_INDEX_BUFFER: Self
pub const VULKAN_INDEX_BUFFER: Self
Bit 0.
Sourcepub const DXGI_INDEX_BUFFER: Self
pub const DXGI_INDEX_BUFFER: Self
Bit 1.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for IndirectCommandsInputModeFlagBitsEXT
impl BitAndAssign for IndirectCommandsInputModeFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IndirectCommandsInputModeFlagBitsEXT
impl BitOrAssign for IndirectCommandsInputModeFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for IndirectCommandsInputModeFlagBitsEXT
impl BitXorAssign for IndirectCommandsInputModeFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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