Enum split_controller::SplitOrientation
[−]
[src]
pub enum SplitOrientation {
Left,
Right,
Top,
Bottom,
}Orients split from an edge of parent panel.
Variants
LeftSplits from left edge of parent panel.
RightSplits from right edge of parent panel.
TopSplits from top edge of parent panel.
BottomSplits from bottom edge of parent panel.
Trait Implementations
impl Copy for SplitOrientation[src]
impl Clone for SplitOrientation[src]
fn clone(&self) -> SplitOrientation[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 SplitOrientation[src]
fn eq(&self, __arg_0: &SplitOrientation) -> bool[src]
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[src]
This method tests for !=.