pub struct NodePoint {
pub id: u64,
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§id: u64§x: f32§y: f32§z: f32Trait Implementations§
impl Copy for NodePoint
impl StructuralPartialEq for NodePoint
Auto Trait Implementations§
impl Freeze for NodePoint
impl RefUnwindSafe for NodePoint
impl Send for NodePoint
impl Sync for NodePoint
impl Unpin for NodePoint
impl UnsafeUnpin for NodePoint
impl UnwindSafe for NodePoint
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