pub enum GpuEncodeOutcome {
Started,
Finished,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for GpuEncodeOutcome
impl Clone for GpuEncodeOutcome
Source§fn clone(&self) -> GpuEncodeOutcome
fn clone(&self) -> GpuEncodeOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GpuEncodeOutcome
impl Debug for GpuEncodeOutcome
Source§impl PartialEq for GpuEncodeOutcome
impl PartialEq for GpuEncodeOutcome
Source§fn eq(&self, other: &GpuEncodeOutcome) -> bool
fn eq(&self, other: &GpuEncodeOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GpuEncodeOutcome
impl Eq for GpuEncodeOutcome
impl StructuralPartialEq for GpuEncodeOutcome
Auto Trait Implementations§
impl Freeze for GpuEncodeOutcome
impl RefUnwindSafe for GpuEncodeOutcome
impl Send for GpuEncodeOutcome
impl Sync for GpuEncodeOutcome
impl Unpin for GpuEncodeOutcome
impl UnsafeUnpin for GpuEncodeOutcome
impl UnwindSafe for GpuEncodeOutcome
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