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