Struct conrod::widget::KidArea [] [src]

pub struct KidArea {
    pub rect: Rect,
    pub pad: Padding,
}

The area upon which a Widget's child widgets will be placed.

Fields

The Rect bounds describing the position and area.

The distance between the edge of the area and where the widgets will be placed.

Trait Implementations

impl Copy for KidArea
[src]

impl Clone for KidArea
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KidArea
[src]

Formats the value using the given formatter.

impl PartialEq for KidArea
[src]

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

This method tests for !=.