Enum conrod::widget::graph::Event [] [src]

pub enum Event<NI> {
    Node(NodeEvent<NI>),
    Edge(EdgeEvent<NI>),
}

An interaction has caused some event to occur.

Variants

Events associated with nodes.

Events associated with edges.

Trait Implementations

impl<NI: Clone> Clone for Event<NI>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<NI: Debug> Debug for Event<NI>
[src]

[src]

Formats the value using the given formatter.

impl<NI: PartialEq> PartialEq for Event<NI>
[src]

[src]

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

[src]

This method tests for !=.