Enum conrod::widget::graph::node::SocketType [] [src]

pub enum SocketType {
    Input,
    Output,
}

Describes whether a socket is associated with a node's inputs or outputs.

Variants

Trait Implementations

impl Copy for SocketType
[src]

impl Clone for SocketType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SocketType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SocketType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for SocketType
[src]

impl Hash for SocketType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more