Struct iui::controls::Checkbox [] [src]

pub struct Checkbox { /* fields omitted */ }

Boolean selection control which can be checked or unchecked.

Methods

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

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Checkbox
[src]

[src]

Executes the destructor for this type. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Checkbox

impl !Sync for Checkbox