Enum split_controller::SplitState
[−]
[src]
pub enum SplitState {
Inactive,
Hover,
Drag,
DragNotFollowing,
}Gets the state of split.
Variants
InactiveSplit is inactive.
HoverMouse cursor is hovering above split.
DragUser is dragging the split.
DragNotFollowingUser is dragging, but split is not following.
Trait Implementations
impl Copy for SplitState[src]
impl Clone for SplitState[src]
fn clone(&self) -> SplitState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for SplitState[src]
fn eq(&self, __arg_0: &SplitState) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.