Struct split_controller::SplitLayout [−][src]
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 Copy for SplitLayoutimpl Clone for SplitLayout[src]
impl Clone for SplitLayoutfn clone(&self) -> SplitLayout[src]
fn clone(&self) -> SplitLayoutReturns 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 SplitLayout[src]
impl PartialEq for SplitLayoutfn eq(&self, other: &SplitLayout) -> bool[src]
fn eq(&self, other: &SplitLayout) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SplitLayout) -> bool[src]
fn ne(&self, other: &SplitLayout) -> boolThis method tests for !=.
impl Debug for SplitLayout[src]
impl Debug for SplitLayoutAuto Trait Implementations
impl Send for SplitLayout
impl Send for SplitLayoutimpl Sync for SplitLayout
impl Sync for SplitLayout