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 Copy for SplitOrientationimpl Clone for SplitOrientation[src]
impl Clone for SplitOrientationfn clone(&self) -> SplitOrientation[src]
fn clone(&self) -> SplitOrientationReturns 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 SplitOrientation[src]
impl PartialEq for SplitOrientationfn eq(&self, other: &SplitOrientation) -> bool[src]
fn eq(&self, other: &SplitOrientation) -> 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 SplitOrientation[src]
impl Eq for SplitOrientationimpl Debug for SplitOrientation[src]
impl Debug for SplitOrientationAuto Trait Implementations
impl Send for SplitOrientation
impl Send for SplitOrientationimpl Sync for SplitOrientation
impl Sync for SplitOrientation