pub struct AlfvenSpeed(/* private fields */);Expand description
Alfven Speed ($v_A$). Characteristic speed of magnetic waves in plasma. Unit: m/s. Constraint: >= 0.
Implementations§
Source§impl AlfvenSpeed
impl AlfvenSpeed
Trait Implementations§
Source§impl Clone for AlfvenSpeed
impl Clone for AlfvenSpeed
Source§fn clone(&self) -> AlfvenSpeed
fn clone(&self) -> AlfvenSpeed
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 AlfvenSpeed
impl Debug for AlfvenSpeed
Source§impl Default for AlfvenSpeed
impl Default for AlfvenSpeed
Source§fn default() -> AlfvenSpeed
fn default() -> AlfvenSpeed
Returns the “default value” for a type. Read more
Source§impl PartialEq for AlfvenSpeed
impl PartialEq for AlfvenSpeed
Source§impl PartialOrd for AlfvenSpeed
impl PartialOrd for AlfvenSpeed
impl Copy for AlfvenSpeed
impl StructuralPartialEq for AlfvenSpeed
Auto Trait Implementations§
impl Freeze for AlfvenSpeed
impl RefUnwindSafe for AlfvenSpeed
impl Send for AlfvenSpeed
impl Sync for AlfvenSpeed
impl Unpin for AlfvenSpeed
impl UnwindSafe for AlfvenSpeed
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