Struct ExSetPointSolid
pub struct ExSetPointSolid<'ex> { /* private fields */ }Expand description
Default-param extender for AStarGrid2D::set_point_solid_ex.
Implementations§
§impl<'ex> ExSetPointSolid<'ex>
impl<'ex> ExSetPointSolid<'ex>
pub fn solid(self, solid: bool) -> ExSetPointSolid<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExSetPointSolid<'ex>
impl<'ex> RefUnwindSafe for ExSetPointSolid<'ex>
impl<'ex> !Send for ExSetPointSolid<'ex>
impl<'ex> !Sync for ExSetPointSolid<'ex>
impl<'ex> Unpin for ExSetPointSolid<'ex>
impl<'ex> !UnwindSafe for ExSetPointSolid<'ex>
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