Struct conrod::widget::collapsible_area::Area[][src]

pub struct Area {
    pub id: Id,
    pub collapsible_area_id: Id,
    pub width: Scalar,
}

The area returned by the widget when the CollapsibleArea is open.

Fields

A unique identifier for the user's widget.

The widget::Id for the collapsible area that produced this Area.

The width of the CollapsibleArea that produced this Area.

Methods

impl Area
[src]

Set the user's given widget directly under the CollapsibleArea.

Returns any events produced by the given widget.

Trait Implementations

impl Copy for Area
[src]

impl Clone for Area
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Area
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Area
[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 Area

impl Sync for Area