Struct imgui::TreeNodeToken[][src]

pub struct TreeNodeToken<'a>(_, _);
Expand description

Tracks a tree node that can be popped by calling .pop(), end(), or by dropping.

If TreeNodeFlags::NO_TREE_PUSH_ON_OPEN was used when this token was created, calling .pop() is not mandatory and is a no-op.

Implementations

Pops a tree node

Pops a tree node

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.