Enum native_windows_gui::ExpandState [−][src]
#[repr(u8)]
pub enum ExpandState {
Collapse,
CollapseReset,
Expand,
ExpandPartial,
Toggle,
}Expand description
Possible state of a tree item regarding the “expanded/collapsed” state
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExpandStateimpl Send for ExpandStateimpl Sync for ExpandStateimpl Unpin for ExpandStateimpl UnwindSafe for ExpandStateBlanket Implementations
Mutably borrows from an owned value. Read more