Struct conrod::widget::graph::node::SocketLayout [] [src]

pub struct SocketLayout {
    pub side: SocketSide,
    pub direction: Direction,
}

Describes the layout of either input or output sockets.

Fields

Represents the side of a node widget's bounding rectangle.

The direction in which sockets will be laid out over the side.

Trait Implementations

impl Copy for SocketLayout
[src]

impl Clone for SocketLayout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SocketLayout
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SocketLayout
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for SocketLayout
[src]