pub struct PVertex {
pub p: Point,
pub g: f64,
}Fields§
§p: Point§g: f64Implementations§
Trait Implementations§
impl Copy for PVertex
impl StructuralPartialEq for PVertex
Auto Trait Implementations§
impl Freeze for PVertex
impl RefUnwindSafe for PVertex
impl Send for PVertex
impl Sync for PVertex
impl Unpin for PVertex
impl UnwindSafe for PVertex
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