Enum native_windows_gui::constants::CheckState
[−]
[src]
pub enum CheckState {
Checked,
Unchecked,
Indeterminate,
}Checkbox checkstate
Variants
CheckedUncheckedIndeterminateTrait Implementations
impl Clone for CheckState[src]
fn clone(&self) -> CheckState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more