Enum split_controller::SplitOrientation [−][src]
pub enum SplitOrientation { Left, Right, Top, Bottom, }
Orients split from an edge of parent panel.
Variants
Left
Splits from left edge of parent panel.
Right
Splits from right edge of parent panel.
Top
Splits from top edge of parent panel.
Bottom
Splits from bottom edge of parent panel.
Trait Implementations
impl Copy for SplitOrientation
[src]
impl Copy for SplitOrientation
impl Clone for SplitOrientation
[src]
impl Clone for SplitOrientation
fn clone(&self) -> SplitOrientation
[src]
fn clone(&self) -> SplitOrientation
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 SplitOrientation
[src]
impl PartialEq for SplitOrientation
fn eq(&self, other: &SplitOrientation) -> bool
[src]
fn eq(&self, other: &SplitOrientation) -> 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 SplitOrientation
[src]
impl Eq for SplitOrientation
impl Debug for SplitOrientation
[src]
impl Debug for SplitOrientation
Auto Trait Implementations
impl Send for SplitOrientation
impl Send for SplitOrientation
impl Sync for SplitOrientation
impl Sync for SplitOrientation