Struct conrod::widget::button::FlatIds[][src]

pub struct FlatIds {
    pub rectangle: Id,
    pub label: Id,
}

Identifiers for a "flat" button.

Fields

Methods

impl FlatIds
[src]

Construct a new widget::Id container.

Auto Trait Implementations

impl Send for FlatIds

impl Sync for FlatIds