pub struct RadiusQuery {
pub layer: SpatialLayerId,
pub center: Position2,
pub radius: f64,
}Expand description
Centered radius query on one spatial layer.
Fields§
§layer: SpatialLayerId§center: Position2§radius: f64Trait Implementations§
Source§impl Clone for RadiusQuery
impl Clone for RadiusQuery
Source§fn clone(&self) -> RadiusQuery
fn clone(&self) -> RadiusQuery
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 RadiusQuery
impl Debug for RadiusQuery
Source§impl PartialEq for RadiusQuery
impl PartialEq for RadiusQuery
impl Copy for RadiusQuery
impl StructuralPartialEq for RadiusQuery
Auto Trait Implementations§
impl Freeze for RadiusQuery
impl RefUnwindSafe for RadiusQuery
impl Send for RadiusQuery
impl Sync for RadiusQuery
impl Unpin for RadiusQuery
impl UnsafeUnpin for RadiusQuery
impl UnwindSafe for RadiusQuery
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