#[repr(u32)]pub enum MTLCommandBufferStatus {
NotEnqueued = 0,
Enqueued = 1,
Committed = 2,
Scheduled = 3,
Completed = 4,
Error = 5,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for MTLCommandBufferStatus
impl Clone for MTLCommandBufferStatus
Source§fn clone(&self) -> MTLCommandBufferStatus
fn clone(&self) -> MTLCommandBufferStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MTLCommandBufferStatus
impl Debug for MTLCommandBufferStatus
Source§impl Hash for MTLCommandBufferStatus
impl Hash for MTLCommandBufferStatus
Source§impl PartialEq for MTLCommandBufferStatus
impl PartialEq for MTLCommandBufferStatus
impl Copy for MTLCommandBufferStatus
impl Eq for MTLCommandBufferStatus
impl StructuralPartialEq for MTLCommandBufferStatus
Auto Trait Implementations§
impl Freeze for MTLCommandBufferStatus
impl RefUnwindSafe for MTLCommandBufferStatus
impl Send for MTLCommandBufferStatus
impl Sync for MTLCommandBufferStatus
impl Unpin for MTLCommandBufferStatus
impl UnwindSafe for MTLCommandBufferStatus
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)