pub struct FieldAmplitude(/* private fields */);Expand description
A finite non-negative scalar field amplitude.
A negative real contribution is represented by phase, not by a signed amplitude, so zero is admitted while negative values are rejected.
Implementations§
Trait Implementations§
Source§impl Clone for FieldAmplitude
impl Clone for FieldAmplitude
Source§fn clone(&self) -> FieldAmplitude
fn clone(&self) -> FieldAmplitude
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 FieldAmplitude
Source§impl Debug for FieldAmplitude
impl Debug for FieldAmplitude
Source§impl PartialEq for FieldAmplitude
impl PartialEq for FieldAmplitude
Source§impl PartialOrd for FieldAmplitude
impl PartialOrd for FieldAmplitude
impl StructuralPartialEq for FieldAmplitude
Auto Trait Implementations§
impl Freeze for FieldAmplitude
impl RefUnwindSafe for FieldAmplitude
impl Send for FieldAmplitude
impl Sync for FieldAmplitude
impl Unpin for FieldAmplitude
impl UnsafeUnpin for FieldAmplitude
impl UnwindSafe for FieldAmplitude
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