Struct split_controller::SplitLayout
source · Expand description
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§
source§impl Clone for SplitLayout
impl Clone for SplitLayout
source§fn clone(&self) -> SplitLayout
fn clone(&self) -> SplitLayout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more