pub struct IndirectCommandsInputModeFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsInputModeFlagsEXT
impl IndirectCommandsInputModeFlagsEXT
Source§impl IndirectCommandsInputModeFlagsEXT
impl IndirectCommandsInputModeFlagsEXT
pub const VULKAN_INDEX_BUFFER: Self
pub const DXGI_INDEX_BUFFER: Self
Trait Implementations§
Source§impl BitAndAssign for IndirectCommandsInputModeFlagsEXT
impl BitAndAssign for IndirectCommandsInputModeFlagsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IndirectCommandsInputModeFlagsEXT
impl BitOrAssign for IndirectCommandsInputModeFlagsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for IndirectCommandsInputModeFlagsEXT
impl BitXorAssign for IndirectCommandsInputModeFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for IndirectCommandsInputModeFlagsEXT
impl Clone for IndirectCommandsInputModeFlagsEXT
Source§fn clone(&self) -> IndirectCommandsInputModeFlagsEXT
fn clone(&self) -> IndirectCommandsInputModeFlagsEXT
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 Debug for IndirectCommandsInputModeFlagsEXT
Available on crate feature debug only.
impl Debug for IndirectCommandsInputModeFlagsEXT
Available on crate feature
debug only.Source§impl Ord for IndirectCommandsInputModeFlagsEXT
impl Ord for IndirectCommandsInputModeFlagsEXT
Source§fn cmp(&self, other: &IndirectCommandsInputModeFlagsEXT) -> Ordering
fn cmp(&self, other: &IndirectCommandsInputModeFlagsEXT) -> 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 IndirectCommandsInputModeFlagsEXT
impl PartialEq for IndirectCommandsInputModeFlagsEXT
Source§fn eq(&self, other: &IndirectCommandsInputModeFlagsEXT) -> bool
fn eq(&self, other: &IndirectCommandsInputModeFlagsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectCommandsInputModeFlagsEXT
impl PartialOrd for IndirectCommandsInputModeFlagsEXT
impl Copy for IndirectCommandsInputModeFlagsEXT
impl Eq for IndirectCommandsInputModeFlagsEXT
impl StructuralPartialEq for IndirectCommandsInputModeFlagsEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsInputModeFlagsEXT
impl RefUnwindSafe for IndirectCommandsInputModeFlagsEXT
impl Send for IndirectCommandsInputModeFlagsEXT
impl Sync for IndirectCommandsInputModeFlagsEXT
impl Unpin for IndirectCommandsInputModeFlagsEXT
impl UnwindSafe for IndirectCommandsInputModeFlagsEXT
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