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]
[]

[]

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

Trait Implementations

impl Drop for Slider
[src]
[+]

[]

Executes the destructor for this type. Read more

impl Clone for Slider
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Into<Control> for Slider
[src]
[+]

[]

Performs the conversion.

impl NumericEntry for Slider
[src]
[+]

Auto Trait Implementations

impl !Send for Slider

impl !Sync for Slider