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