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

Methods

impl NodeInfo
[src]

Trait Implementations

impl Clone for NodeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NodeInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for NodeInfo
[src]

Formats the value using the given formatter.