Struct conrod::theme::UniqueDefault [] [src]

pub struct UniqueDefault<'a, T: 'a> {
    pub style: &'a T,
    pub common: &'a CommonStyle,
}

A WidgetDefault downcast to a Widget's unique Style type.

Fields

The unique style for the widget.

Attributes that are common to all widgets.

Trait Implementations

impl<'a, T: Copy + 'a> Copy for UniqueDefault<'a, T>
[src]

impl<'a, T: Clone + 'a> Clone for UniqueDefault<'a, T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, T: Debug + 'a> Debug for UniqueDefault<'a, T>
[src]

[src]

Formats the value using the given formatter.