Struct iui::controls::Label [] [src]

pub struct Label { /* fields omitted */ }

A non-interactable piece of text.

Methods

impl Label
[src]

[src]

[src]

[src]

Create an iui struct for this control from the raw pointer for it.

Unsafety

The given pointer must point to a valid control or memory unsafety may result.

[src]

Return the underlying pointer for this control.

impl Label
[src]

[src]

Create a new label with the given string as its text. Note that labels do not auto-wrap their text; they will expand as far as needed to fit.

[src]

Get a copy of the existing text on the label.

[src]

Get a reference to the existing text on the label.

[src]

Set the text on the label.

Trait Implementations

impl Drop for Label
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Label
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Control> for Label
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Label

impl !Sync for Label