pub enum SamplingVerdict {
Resolved,
Marginal,
Aliased,
}Expand description
Physical sampling classification for both phase and point-source envelope.
Variants§
Resolved
Meets the comfortable carrier/fringe and envelope requirements.
Marginal
Meets the minimum requirements but not the comfortable requirements.
Aliased
Misses carrier/fringe Nyquist or the marginal envelope requirement.
Trait Implementations§
Source§impl Clone for SamplingVerdict
impl Clone for SamplingVerdict
Source§fn clone(&self) -> SamplingVerdict
fn clone(&self) -> SamplingVerdict
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 SamplingVerdict
Source§impl Debug for SamplingVerdict
impl Debug for SamplingVerdict
impl Eq for SamplingVerdict
Source§impl PartialEq for SamplingVerdict
impl PartialEq for SamplingVerdict
impl StructuralPartialEq for SamplingVerdict
Auto Trait Implementations§
impl Freeze for SamplingVerdict
impl RefUnwindSafe for SamplingVerdict
impl Send for SamplingVerdict
impl Sync for SamplingVerdict
impl Unpin for SamplingVerdict
impl UnsafeUnpin for SamplingVerdict
impl UnwindSafe for SamplingVerdict
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