pub struct OpticalDepth;Expand description
Atmospheric vertical or slant optical depth tau.
Trait Implementations§
Source§impl Clone for OpticalDepth
impl Clone for OpticalDepth
Source§fn clone(&self) -> OpticalDepth
fn clone(&self) -> OpticalDepth
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 moreSource§impl Debug for OpticalDepth
impl Debug for OpticalDepth
Source§impl PartialEq for OpticalDepth
impl PartialEq for OpticalDepth
Source§fn eq(&self, other: &OpticalDepth) -> bool
fn eq(&self, other: &OpticalDepth) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpticalDepth
impl PartialOrd for OpticalDepth
Source§impl Unit for OpticalDepth
impl Unit for OpticalDepth
impl Copy for OpticalDepth
impl StructuralPartialEq for OpticalDepth
Auto Trait Implementations§
impl Freeze for OpticalDepth
impl RefUnwindSafe for OpticalDepth
impl Send for OpticalDepth
impl Sync for OpticalDepth
impl Unpin for OpticalDepth
impl UnsafeUnpin for OpticalDepth
impl UnwindSafe for OpticalDepth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U, S> QuantityDivOutput<S> for U
impl<U, S> QuantityDivOutput<S> for U
Source§impl<U> UnitDiv<U> for U
impl<U> UnitDiv<U> for U
Source§type Output = SameDivOutput
type Output = SameDivOutput
The resulting type token. Either a
Unit (wrapped in Quantity by
the Div impl) or SameDivOutput (unwrapped to the raw scalar).