pub enum WorkMetric {
Cells,
EmitterEvaluations,
HostBytes,
ResultBytes,
CertificateStencilWork,
}Expand description
A separately limited work or storage dimension.
Variants§
Cells
Number of output cells.
EmitterEvaluations
Number of source Green-function evaluations.
HostBytes
Peak bytes reserved for host phasor components.
ResultBytes
Bytes in the two-component result.
CertificateStencilWork
Seven-point certificate stencil evaluations.
Trait Implementations§
Source§impl Clone for WorkMetric
impl Clone for WorkMetric
Source§fn clone(&self) -> WorkMetric
fn clone(&self) -> WorkMetric
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 moreimpl Copy for WorkMetric
Source§impl Debug for WorkMetric
impl Debug for WorkMetric
Source§impl Display for WorkMetric
impl Display for WorkMetric
impl Eq for WorkMetric
Source§impl PartialEq for WorkMetric
impl PartialEq for WorkMetric
impl StructuralPartialEq for WorkMetric
Auto Trait Implementations§
impl Freeze for WorkMetric
impl RefUnwindSafe for WorkMetric
impl Send for WorkMetric
impl Sync for WorkMetric
impl Unpin for WorkMetric
impl UnsafeUnpin for WorkMetric
impl UnwindSafe for WorkMetric
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