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

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

Boolean selection control which can be checked or unchecked.

Methods

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

Trait Implementations

impl Drop for Checkbox
[src]
[+]

[]

Executes the destructor for this type. Read more

impl Clone for Checkbox
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

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

[]

Performs the conversion.

Auto Trait Implementations

impl !Send for Checkbox

impl !Sync for Checkbox