Enum split_controller::SplitState [] [src]

pub enum SplitState {
    Inactive,
    Hover,
    Drag,
    DragNotFollowing,
}

Gets the state of split.

Variants

Split is inactive.

Mouse cursor is hovering above split.

User is dragging the split.

User is dragging, but split is not following.

Trait Implementations

impl Copy for SplitState
[src]

impl Clone for SplitState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SplitState
[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 SplitState
[src]

impl Debug for SplitState
[src]

[src]

Formats the value using the given formatter.