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

pub struct ImageIds {
    pub image: Id,
    pub label: Id,
}

Identifiers for an image button.

Fields

Methods

impl ImageIds
[src]

Construct a new widget::Id container.

Auto Trait Implementations

impl Send for ImageIds

impl Sync for ImageIds