pub struct BatchPathQuery {
pub queries: Vec<(Vec2, Vec2)>,
}Expand description
Batch path query — finds paths for multiple start/end pairs.
Fields§
§queries: Vec<(Vec2, Vec2)>Implementations§
Trait Implementations§
Source§impl Clone for BatchPathQuery
impl Clone for BatchPathQuery
Source§fn clone(&self) -> BatchPathQuery
fn clone(&self) -> BatchPathQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchPathQuery
impl Debug for BatchPathQuery
Auto Trait Implementations§
impl Freeze for BatchPathQuery
impl RefUnwindSafe for BatchPathQuery
impl Send for BatchPathQuery
impl Sync for BatchPathQuery
impl Unpin for BatchPathQuery
impl UnsafeUnpin for BatchPathQuery
impl UnwindSafe for BatchPathQuery
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