struct PermeabilityMap {
data: Grid<f32>,
query: Query<&'static Permeability>,
}
Fields
data: Grid<f32>
query: Query<&'static Permeability>
Trait Implementations
sourceimpl Default for PermeabilityMap
impl Default for PermeabilityMap
sourcefn default() -> PermeabilityMap
fn default() -> PermeabilityMap
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PermeabilityMap
impl Send for PermeabilityMap
impl !Sync for PermeabilityMap
impl Unpin for PermeabilityMap
impl UnwindSafe for PermeabilityMap
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