Struct split_controller::SplitLayout 
                   
                       [−]
                   
               [src]
pub struct SplitLayout {
    pub start: f64,
    pub end: f64,
}Stores split layout.
Fields
start: f64
                           The start of split from edge of parent panel.
end: f64
                           The end of split from edge of parent panel.
Trait Implementations
impl Copy for SplitLayout[src]
impl Clone for SplitLayout[src]
fn clone(&self) -> SplitLayout
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for SplitLayout[src]
fn eq(&self, __arg_0: &SplitLayout) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SplitLayout) -> bool
This method tests for !=.