Struct split_controller::SplitLayout [] [src]

pub struct SplitLayout {
    pub start: f64,
    pub end: f64,
}

Stores split layout.

Fields

The start of split from edge of parent panel.

The end of split from edge of parent panel.

Trait Implementations

impl Copy for SplitLayout
[src]

impl Clone for SplitLayout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SplitLayout
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for SplitLayout
[src]

[src]

Formats the value using the given formatter.