Struct iui::controls::Spinbox[][src]

pub struct Spinbox { /* fields omitted */ }
[]

Numerical entry control which allows users to set any value in a range by typing or incrementing/decrementing.

Methods

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

Trait Implementations

impl Drop for Spinbox
[src]
[+]

[]

Executes the destructor for this type. Read more

impl Clone for Spinbox
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

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

[]

Performs the conversion.

impl NumericEntry for Spinbox
[src]
[+]

Auto Trait Implementations

impl !Send for Spinbox

impl !Sync for Spinbox