Struct rs_graph::draw::NodeInfo
[−]
[src]
pub struct NodeInfo {
pub name: Option<String>,
pub point: Option<Point>,
pub label: Option<usize>,
pub value: Option<String>,
}Fields
name: Option<String>
point: Option<Point>
label: Option<usize>
value: Option<String>
Methods
impl NodeInfo[src]
Trait Implementations
impl Clone for NodeInfo[src]
fn clone(&self) -> NodeInfo
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