pub enum GasPathMode {
Approximate,
Exact,
}Expand description
Calculation mode for P.676 gaseous path attenuation.
Variants§
Approximate
Use the faster equivalent-height approximation.
Exact
Use the exact specific-attenuation method where the recommendation defines one.
Trait Implementations§
Source§impl Clone for GasPathMode
impl Clone for GasPathMode
Source§fn clone(&self) -> GasPathMode
fn clone(&self) -> GasPathMode
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 GasPathMode
impl Debug for GasPathMode
Source§impl PartialEq for GasPathMode
impl PartialEq for GasPathMode
Source§fn eq(&self, other: &GasPathMode) -> bool
fn eq(&self, other: &GasPathMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GasPathMode
impl Eq for GasPathMode
impl StructuralPartialEq for GasPathMode
Auto Trait Implementations§
impl Freeze for GasPathMode
impl RefUnwindSafe for GasPathMode
impl Send for GasPathMode
impl Sync for GasPathMode
impl Unpin for GasPathMode
impl UnsafeUnpin for GasPathMode
impl UnwindSafe for GasPathMode
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.