Struct iui::controls::Slider [] [src]

pub struct Slider { /* fields omitted */ }

Numerical entry which allows users to select a value by picking a location along a line.

Methods

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

[src]

Trait Implementations

impl Drop for Slider
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Slider
[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 Slider
[src]

[src]

Performs the conversion.

impl NumericEntry for Slider
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl !Send for Slider

impl !Sync for Slider