Struct nannou::ui::prelude::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 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. Read more

impl Copy for KidArea
[src]

impl PartialEq<KidArea> for KidArea
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for KidArea

impl Sync for KidArea