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 Copy for SplitStateimpl Clone for SplitState[src]
impl Clone for SplitStatefn clone(&self) -> SplitState[src]
fn clone(&self) -> SplitStateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for SplitState[src]
impl PartialEq for SplitStatefn eq(&self, other: &SplitState) -> bool[src]
fn eq(&self, other: &SplitState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SplitState[src]
impl Eq for SplitStateimpl Debug for SplitState[src]
impl Debug for SplitStateAuto Trait Implementations
impl Send for SplitState
impl Send for SplitStateimpl Sync for SplitState
impl Sync for SplitState