struct Scanner {
beacons: Vec<Point3D>,
signature: FastMap<i32, [usize; 2]>,
}
Expand description
Represents an unknown scanner that could be at any orientation and translation from our initial reference scanner.
Fields§
§beacons: Vec<Point3D>
§signature: FastMap<i32, [usize; 2]>
Implementations§
Auto Trait Implementations§
impl Freeze for Scanner
impl RefUnwindSafe for Scanner
impl Send for Scanner
impl Sync for Scanner
impl Unpin for Scanner
impl UnwindSafe for Scanner
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