pub enum DiagnosticRequest {
Loss,
PerFrameError,
RawFrameStats,
FrameSummaries,
ObjectAmplitude,
ObjectPhase,
Pupil,
ResidualImages,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticRequest
impl Clone for DiagnosticRequest
Source§fn clone(&self) -> DiagnosticRequest
fn clone(&self) -> DiagnosticRequest
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 DiagnosticRequest
impl Debug for DiagnosticRequest
Source§impl Hash for DiagnosticRequest
impl Hash for DiagnosticRequest
Source§impl Ord for DiagnosticRequest
impl Ord for DiagnosticRequest
Source§fn cmp(&self, other: &DiagnosticRequest) -> Ordering
fn cmp(&self, other: &DiagnosticRequest) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for DiagnosticRequest
impl PartialEq for DiagnosticRequest
Source§fn eq(&self, other: &DiagnosticRequest) -> bool
fn eq(&self, other: &DiagnosticRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DiagnosticRequest
impl PartialOrd for DiagnosticRequest
impl Copy for DiagnosticRequest
impl Eq for DiagnosticRequest
impl StructuralPartialEq for DiagnosticRequest
Auto Trait Implementations§
impl Freeze for DiagnosticRequest
impl RefUnwindSafe for DiagnosticRequest
impl Send for DiagnosticRequest
impl Sync for DiagnosticRequest
impl Unpin for DiagnosticRequest
impl UnsafeUnpin for DiagnosticRequest
impl UnwindSafe for DiagnosticRequest
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