Struct tunapanel::widget::Button [] [src]

pub struct Button(pub bool);

A button.

button.0 is a bool indicating whether the update happened as a result of the user clicking this button.

Methods

impl Button
[src]

Create a button.

Trait Implementations

impl Debug for Button
[src]

Formats the value using the given formatter.

impl Default for Button
[src]

Returns the "default value" for a type. Read more

impl Controllable for Button
[src]