Struct nannou::ui::prelude::widget::button::ImageIds[][src]

pub struct ImageIds {
    pub image: NodeIndex<u32>,
    pub label: NodeIndex<u32>,
}

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