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