pub struct NepersPerMetre(/* private fields */);Expand description
A finite non-negative attenuation coefficient in nepers per metre.
Implementations§
Trait Implementations§
Source§impl Clone for NepersPerMetre
impl Clone for NepersPerMetre
Source§fn clone(&self) -> NepersPerMetre
fn clone(&self) -> NepersPerMetre
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 NepersPerMetre
Source§impl Debug for NepersPerMetre
impl Debug for NepersPerMetre
Source§impl PartialEq for NepersPerMetre
impl PartialEq for NepersPerMetre
Source§impl PartialOrd for NepersPerMetre
impl PartialOrd for NepersPerMetre
impl StructuralPartialEq for NepersPerMetre
Auto Trait Implementations§
impl Freeze for NepersPerMetre
impl RefUnwindSafe for NepersPerMetre
impl Send for NepersPerMetre
impl Sync for NepersPerMetre
impl Unpin for NepersPerMetre
impl UnsafeUnpin for NepersPerMetre
impl UnwindSafe for NepersPerMetre
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