[−][src]Struct sounding_analysis::Layer
A layer in the atmosphere described by the values at the top and bottom.
Fields
bottom: DataRowSounding values at the bottom of the layer.
top: DataRowSounding values at the top of the layer.
Methods
impl Layer[src]
pub fn lapse_rate(&self) -> Option<CelsiusPKm>[src]
Get the average lapse rate in C/km
pub fn height_thickness(&self) -> Option<Meters>[src]
Get the height thickness in meters
pub fn pressure_thickness(&self) -> Option<HectoPascal>[src]
Get the pressure thickness.
pub fn wind_shear(&self) -> Option<WindUV<MetersPSec>>[src]
Get the bulk wind shear (spd kts, direction degrees)
Trait Implementations
impl Clone for Layer[src]
fn clone(&self) -> Layer[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Layer[src]
impl Debug for Layer[src]
Auto Trait Implementations
impl Send for Layer
impl Unpin for Layer
impl Sync for Layer
impl UnwindSafe for Layer
impl RefUnwindSafe for Layer
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,