pub struct PurePointSpectrum;Expand description
Pure point spectrum: all spectral values are eigenvalues.
Trait Implementations§
Source§impl Clone for PurePointSpectrum
impl Clone for PurePointSpectrum
Source§fn clone(&self) -> PurePointSpectrum
fn clone(&self) -> PurePointSpectrum
Returns a duplicate of the value. Read more
1.0.0 · 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 PurePointSpectrum
impl Debug for PurePointSpectrum
Source§impl Default for PurePointSpectrum
impl Default for PurePointSpectrum
Source§fn default() -> PurePointSpectrum
fn default() -> PurePointSpectrum
Returns the “default value” for a type. Read more
Source§impl Hash for PurePointSpectrum
impl Hash for PurePointSpectrum
Source§impl PartialEq for PurePointSpectrum
impl PartialEq for PurePointSpectrum
impl Copy for PurePointSpectrum
impl Eq for PurePointSpectrum
impl SpectralProperty for PurePointSpectrum
impl StructuralPartialEq for PurePointSpectrum
Auto Trait Implementations§
impl Freeze for PurePointSpectrum
impl RefUnwindSafe for PurePointSpectrum
impl Send for PurePointSpectrum
impl Sync for PurePointSpectrum
impl Unpin for PurePointSpectrum
impl UnwindSafe for PurePointSpectrum
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