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]

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

[src]

[src]

Trait Implementations

impl Drop for Spinbox
[src]

[src]

Executes the destructor for this type. Read more

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

[src]

Performs the conversion.

impl NumericEntry for Spinbox
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl !Send for Spinbox

impl !Sync for Spinbox