pub struct Wavelength(/* private fields */);Expand description
Wavelength ($\lambda$). Unit: Meters. Constraint: > 0.
Implementations§
Source§impl Wavelength
impl Wavelength
Trait Implementations§
Source§impl Clone for Wavelength
impl Clone for Wavelength
Source§fn clone(&self) -> Wavelength
fn clone(&self) -> Wavelength
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 Wavelength
impl Debug for Wavelength
Source§impl Default for Wavelength
impl Default for Wavelength
Source§fn default() -> Wavelength
fn default() -> Wavelength
Returns the “default value” for a type. Read more
Source§impl PartialEq for Wavelength
impl PartialEq for Wavelength
Source§impl PartialOrd for Wavelength
impl PartialOrd for Wavelength
impl Copy for Wavelength
impl StructuralPartialEq for Wavelength
Auto Trait Implementations§
impl Freeze for Wavelength
impl RefUnwindSafe for Wavelength
impl Send for Wavelength
impl Sync for Wavelength
impl Unpin for Wavelength
impl UnwindSafe for Wavelength
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