Struct iui::controls::HorizontalSeparator[][src]

pub struct HorizontalSeparator { /* fields omitted */ }

Horizontal line, to seperate things visually.

Methods

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

Trait Implementations

impl Drop for HorizontalSeparator
[src]

Executes the destructor for this type. Read more

impl Clone for HorizontalSeparator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for HorizontalSeparator
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for HorizontalSeparator

impl !Sync for HorizontalSeparator