pub struct PointQuery {
pub lod: LodSelection,
pub bounds: BoundsSelection,
}Expand description
Point query used by CopcReader::points_for_query.
Fields§
§lod: LodSelection§bounds: BoundsSelectionImplementations§
Source§impl PointQuery
impl PointQuery
pub const fn all() -> Self
pub const fn new(lod: LodSelection, bounds: BoundsSelection) -> Self
Trait Implementations§
Source§impl Clone for PointQuery
impl Clone for PointQuery
Source§fn clone(&self) -> PointQuery
fn clone(&self) -> PointQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointQuery
impl Debug for PointQuery
Source§impl PartialEq for PointQuery
impl PartialEq for PointQuery
Source§fn eq(&self, other: &PointQuery) -> bool
fn eq(&self, other: &PointQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PointQuery
impl StructuralPartialEq for PointQuery
Auto Trait Implementations§
impl Freeze for PointQuery
impl RefUnwindSafe for PointQuery
impl Send for PointQuery
impl Sync for PointQuery
impl Unpin for PointQuery
impl UnsafeUnpin for PointQuery
impl UnwindSafe for PointQuery
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