pub enum ExtremumKind {
NodeCandidate,
AntinodeCandidate,
}Expand description
Physical interpretation of a strict local scalar extremum.
Variants§
NodeCandidate
Strict local minimum and therefore a possible destructive node.
AntinodeCandidate
Strict local maximum and therefore a possible constructive antinode.
Trait Implementations§
Source§impl Clone for ExtremumKind
impl Clone for ExtremumKind
Source§fn clone(&self) -> ExtremumKind
fn clone(&self) -> ExtremumKind
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 ExtremumKind
Source§impl Debug for ExtremumKind
impl Debug for ExtremumKind
impl Eq for ExtremumKind
Source§impl PartialEq for ExtremumKind
impl PartialEq for ExtremumKind
impl StructuralPartialEq for ExtremumKind
Auto Trait Implementations§
impl Freeze for ExtremumKind
impl RefUnwindSafe for ExtremumKind
impl Send for ExtremumKind
impl Sync for ExtremumKind
impl Unpin for ExtremumKind
impl UnsafeUnpin for ExtremumKind
impl UnwindSafe for ExtremumKind
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