pub struct DebyeLength(/* private fields */);Expand description
Debye Length ($\lambda_D$). Screening length in plasma. Unit: Meters (m). Constraint: > 0.
Implementations§
Source§impl DebyeLength
impl DebyeLength
Trait Implementations§
Source§impl Clone for DebyeLength
impl Clone for DebyeLength
Source§fn clone(&self) -> DebyeLength
fn clone(&self) -> DebyeLength
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 DebyeLength
impl Debug for DebyeLength
Source§impl Default for DebyeLength
impl Default for DebyeLength
Source§impl PartialEq for DebyeLength
impl PartialEq for DebyeLength
Source§impl PartialOrd for DebyeLength
impl PartialOrd for DebyeLength
impl Copy for DebyeLength
impl StructuralPartialEq for DebyeLength
Auto Trait Implementations§
impl Freeze for DebyeLength
impl RefUnwindSafe for DebyeLength
impl Send for DebyeLength
impl Sync for DebyeLength
impl Unpin for DebyeLength
impl UnwindSafe for DebyeLength
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