pub struct VertexPoint {
pub name: String,
pub vertex_geometry: PointRef,
}Fields§
§name: String§vertex_geometry: PointRefTrait Implementations§
Source§impl Clone for VertexPoint
impl Clone for VertexPoint
Source§fn clone(&self) -> VertexPoint
fn clone(&self) -> VertexPoint
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 VertexPoint
impl Debug for VertexPoint
Source§impl PartialEq for VertexPoint
impl PartialEq for VertexPoint
Source§fn eq(&self, other: &VertexPoint) -> bool
fn eq(&self, other: &VertexPoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertexPoint
Auto Trait Implementations§
impl Freeze for VertexPoint
impl RefUnwindSafe for VertexPoint
impl Send for VertexPoint
impl Sync for VertexPoint
impl Unpin for VertexPoint
impl UnsafeUnpin for VertexPoint
impl UnwindSafe for VertexPoint
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