Enum native_windows_gui::RadioButtonState [−][src]
pub enum RadioButtonState {
Checked,
Unchecked,
}Expand description
Represents the check status of a radio button
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RadioButtonStateimpl Send for RadioButtonStateimpl Sync for RadioButtonStateimpl Unpin for RadioButtonStateimpl UnwindSafe for RadioButtonStateBlanket Implementations
Mutably borrows from an owned value. Read more