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 Copy for SplitState
impl Clone for SplitState
[src]
impl Clone for SplitState
fn clone(&self) -> SplitState
[src]
fn clone(&self) -> SplitState
Returns 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 SplitState
fn eq(&self, other: &SplitState) -> bool
[src]
fn eq(&self, other: &SplitState) -> bool
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]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for SplitState
[src]
impl Eq for SplitState
impl Debug for SplitState
[src]
impl Debug for SplitState
Auto Trait Implementations
impl Send for SplitState
impl Send for SplitState
impl Sync for SplitState
impl Sync for SplitState