Struct swifco_rs::components::map::Impassable
source · [−]pub struct Impassable;
Expand description
If a cell is impassable, e.g. water
Auto Trait Implementations
impl RefUnwindSafe for Impassable
impl Send for Impassable
impl Sync for Impassable
impl Unpin for Impassable
impl UnwindSafe for Impassable
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