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 Default for Rectangle
[src]

Returns the "default value" for a type. Read more

impl Clone for Rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rectangle
[src]

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle