Enum direct_gui::controls::ControlType [] [src]

pub enum ControlType {
    Button,
    Label,
    Sprite,
}

Enum used to check what events should happen on certain controls.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for ControlType

impl Sync for ControlType