Enum nannou::ui::prelude::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 Hash for SocketType
[src]

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

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

impl Clone for SocketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SocketType
[src]

Formats the value using the given formatter. Read more

impl Copy for SocketType
[src]

impl Eq for SocketType
[src]

impl PartialEq<SocketType> for SocketType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for SocketType

impl Sync for SocketType