Struct conrod_core::widget::KidAreaArgs[][src]

pub struct KidAreaArgs<'a, W> where
    W: Widget
{ pub rect: Rect, pub style: &'a W::Style, pub theme: &'a Theme, pub fonts: &'a Map, }
Expand description

Arguments to the Widget::kid_area method in a struct to simplify the method signature.

Fields

rect: Rect

The Rect describing the Widget’s position and dimensions.

style: &'a W::Style

Current Widget::Style of the Widget.

theme: &'a Theme

The active Theme within the Ui.

fonts: &'a Map

The Font (for determining text width).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.