Enum native_windows_gui::CheckBoxState [−][src]
pub enum CheckBoxState {
Checked,
Unchecked,
Indeterminate,
}Expand description
Represents the check status of a checkbox
Variants
New state for the tristate checkbox
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CheckBoxStateimpl Send for CheckBoxStateimpl Sync for CheckBoxStateimpl Unpin for CheckBoxStateimpl UnwindSafe for CheckBoxStateBlanket Implementations
Mutably borrows from an owned value. Read more