Struct iui::controls::MultilineEntry[][src]

pub struct MultilineEntry { /* fields omitted */ }

Multi-line editable text buffer.

Methods

impl MultilineEntry
[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 MultilineEntry
[src]

Trait Implementations

impl Drop for MultilineEntry
[src]

Executes the destructor for this type. Read more

impl Clone for MultilineEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for MultilineEntry
[src]

Performs the conversion.

impl TextEntry for MultilineEntry
[src]

Auto Trait Implementations

impl !Send for MultilineEntry

impl !Sync for MultilineEntry