pub struct KdPoint3Simple {
pub pos: [f32; 3],
pub id: usize,
}Expand description
A 3D point with an associated ID.
Fields§
§pos: [f32; 3]§id: usizeImplementations§
Trait Implementations§
impl Copy for KdPoint3
impl StructuralPartialEq for KdPoint3
Auto Trait Implementations§
impl Freeze for KdPoint3
impl RefUnwindSafe for KdPoint3
impl Send for KdPoint3
impl Sync for KdPoint3
impl Unpin for KdPoint3
impl UnsafeUnpin for KdPoint3
impl UnwindSafe for KdPoint3
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