Struct iui::controls::Spacer[][src]

pub struct Spacer { /* fields omitted */ }

Seperates components with empty space.

Methods

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

Trait Implementations

impl Drop for Spacer
[src]

Executes the destructor for this type. Read more

impl Clone for Spacer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Control> for Spacer
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Spacer

impl !Sync for Spacer