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