#[repr(transparent)]pub struct IndirectCommandBufferSupportState(pub Integer);Expand description
Indirect command buffer support state.
C++ equivalent: MTL4::IndirectCommandBufferSupportState
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for IndirectCommandBufferSupportState
impl Clone for IndirectCommandBufferSupportState
Source§fn clone(&self) -> IndirectCommandBufferSupportState
fn clone(&self) -> IndirectCommandBufferSupportState
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 IndirectCommandBufferSupportState
impl Default for IndirectCommandBufferSupportState
Source§fn default() -> IndirectCommandBufferSupportState
fn default() -> IndirectCommandBufferSupportState
Returns the “default value” for a type. Read more
Source§impl PartialEq for IndirectCommandBufferSupportState
impl PartialEq for IndirectCommandBufferSupportState
Source§fn eq(&self, other: &IndirectCommandBufferSupportState) -> bool
fn eq(&self, other: &IndirectCommandBufferSupportState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandBufferSupportState
impl Eq for IndirectCommandBufferSupportState
impl StructuralPartialEq for IndirectCommandBufferSupportState
Auto Trait Implementations§
impl Freeze for IndirectCommandBufferSupportState
impl RefUnwindSafe for IndirectCommandBufferSupportState
impl Send for IndirectCommandBufferSupportState
impl Sync for IndirectCommandBufferSupportState
impl Unpin for IndirectCommandBufferSupportState
impl UnwindSafe for IndirectCommandBufferSupportState
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