Struct swifco_rs::components::map::Permeability
source · [−]pub struct Permeability(pub f64);
Expand description
Permeability of an edge connecting two cells
Tuple Fields
0: f64
Auto Trait Implementations
impl RefUnwindSafe for Permeability
impl Send for Permeability
impl Sync for Permeability
impl Unpin for Permeability
impl UnwindSafe for Permeability
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more