#[repr(transparent)]pub struct CommandEncoderErrorState(pub Integer);Expand description
Command encoder error state.
C++ equivalent: MTL::CommandEncoderErrorState
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for CommandEncoderErrorState
impl Clone for CommandEncoderErrorState
Source§fn clone(&self) -> CommandEncoderErrorState
fn clone(&self) -> CommandEncoderErrorState
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 CommandEncoderErrorState
impl Debug for CommandEncoderErrorState
Source§impl Default for CommandEncoderErrorState
impl Default for CommandEncoderErrorState
Source§fn default() -> CommandEncoderErrorState
fn default() -> CommandEncoderErrorState
Returns the “default value” for a type. Read more
Source§impl Hash for CommandEncoderErrorState
impl Hash for CommandEncoderErrorState
Source§impl PartialEq for CommandEncoderErrorState
impl PartialEq for CommandEncoderErrorState
impl Copy for CommandEncoderErrorState
impl Eq for CommandEncoderErrorState
impl StructuralPartialEq for CommandEncoderErrorState
Auto Trait Implementations§
impl Freeze for CommandEncoderErrorState
impl RefUnwindSafe for CommandEncoderErrorState
impl Send for CommandEncoderErrorState
impl Sync for CommandEncoderErrorState
impl Unpin for CommandEncoderErrorState
impl UnwindSafe for CommandEncoderErrorState
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