Struct iui::controls::Entry[][src]

pub struct Entry { /* fields omitted */ }

Single-line editable text buffer.

Methods

impl Entry
[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.

Return the underlying pointer for this control.

impl Entry
[src]

Trait Implementations

impl Drop for Entry
[src]

Executes the destructor for this type. Read more

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for Entry
[src]

Performs the conversion.

impl TextEntry for Entry
[src]

Auto Trait Implementations

impl !Send for Entry

impl !Sync for Entry