Enum native_windows_gui::TreeItemAction [−][src]
pub enum TreeItemAction { Unknown, Expand(ExpandState), State { old: TreeItemState, new: TreeItemState, }, }
Expand description
An action that can be applied to a tree item. Used in events
Variants
An unexpected value was passed to NWG
Expand(ExpandState)
A tree item was expanded or collapsed.
The state of the item was changed
Show fields
Fields of State
old: TreeItemState
new: TreeItemState
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeItemAction
impl Send for TreeItemAction
impl Sync for TreeItemAction
impl Unpin for TreeItemAction
impl UnwindSafe for TreeItemAction
Blanket Implementations
Mutably borrows from an owned value. Read more