Struct graphflo::serialization::NodeDesc [] [src]

pub struct NodeDesc {
    pub title: String,
    pub has_input: bool,
    pub has_output: bool,
    pub left_connectors: NodeConnectorDescs,
    pub right_connectors: NodeConnectorDescs,
    pub min_width: Option<u32>,
    pub min_height: Option<u32>,
}

Fields

Trait Implementations

impl PartialEq for NodeDesc
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NodeDesc
[src]

impl Debug for NodeDesc
[src]

Formats the value using the given formatter.

impl Clone for NodeDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more