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

pub struct FlatIds {
    pub rectangle: NodeIndex<u32>,
    pub label: NodeIndex<u32>,
}

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