#[repr(transparent)]pub struct MTLCommandEncoderErrorState(pub NSInteger);Available on crate feature
MTLCommandBuffer only.Expand description
The error states for a Metal command encoder after command buffer execution.
The state of the commands associated with the encoder is unknown (the error information was likely not requested).
The commands associated with the encoder were completed.
The commands associated with the encoder were affected by an error, which may or may not have been caused by the commands themselves, and failed to execute in full.
The commands associated with the encoder never started execution.
The commands associated with the encoder caused an error.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for MTLCommandEncoderErrorState
impl Clone for MTLCommandEncoderErrorState
Source§fn clone(&self) -> MTLCommandEncoderErrorState
fn clone(&self) -> MTLCommandEncoderErrorState
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 MTLCommandEncoderErrorState
impl Debug for MTLCommandEncoderErrorState
Source§impl Encode for MTLCommandEncoderErrorState
impl Encode for MTLCommandEncoderErrorState
Source§impl Hash for MTLCommandEncoderErrorState
impl Hash for MTLCommandEncoderErrorState
Source§impl Ord for MTLCommandEncoderErrorState
impl Ord for MTLCommandEncoderErrorState
Source§fn cmp(&self, other: &MTLCommandEncoderErrorState) -> Ordering
fn cmp(&self, other: &MTLCommandEncoderErrorState) -> 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 PartialOrd for MTLCommandEncoderErrorState
impl PartialOrd for MTLCommandEncoderErrorState
Source§impl RefEncode for MTLCommandEncoderErrorState
impl RefEncode for MTLCommandEncoderErrorState
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MTLCommandEncoderErrorState
impl Eq for MTLCommandEncoderErrorState
impl StructuralPartialEq for MTLCommandEncoderErrorState
Auto Trait Implementations§
impl Freeze for MTLCommandEncoderErrorState
impl RefUnwindSafe for MTLCommandEncoderErrorState
impl Send for MTLCommandEncoderErrorState
impl Sync for MTLCommandEncoderErrorState
impl Unpin for MTLCommandEncoderErrorState
impl UnwindSafe for MTLCommandEncoderErrorState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.