Struct conrod::KidArea [] [src]

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

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

Fields

rect: Rect

The Rect bounds describing the position and area.

pad: Padding

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

Trait Implementations

impl PartialEq for KidArea
[src]

fn eq(&self, __arg_0: &KidArea) -> bool

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

fn ne(&self, __arg_0: &KidArea) -> bool

This method tests for !=.

impl Debug for KidArea
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for KidArea
[src]

fn clone(&self) -> KidArea

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for KidArea
[src]