Struct lyon_core::path::PathVertexId
[−]
[src]
pub struct PathVertexId {
pub vertex_id: VertexId,
pub path_id: PathId,
}Fields
vertex_id: VertexId
path_id: PathId
Trait Implementations
impl PartialEq for PathVertexId[src]
fn eq(&self, __arg_0: &PathVertexId) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PathVertexId) -> bool
This method tests for !=.
impl Debug for PathVertexId[src]
impl Clone for PathVertexId[src]
fn clone(&self) -> PathVertexId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more