Struct sktablelayout::Rectangle[][src]

pub struct Rectangle {
    pub top: f32,
    pub left: f32,
    pub bottom: f32,
    pub right: f32,
}

Rectangle for padding and spacing constraints.

Fields

Trait Implementations

impl Clone for Rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle