pub struct ItemFlagsStackToken<'a>(/* private fields */);Expand description
Tracks a change pushed to the item flags stack.
The “item flags” stack was a concept invented in imgui-rs that doesn’t have an ImGui equivalent. We’re phasing these out to make imgui-rs feel simpler to use.
Implementations§
Source§impl<'a> ItemFlagsStackToken<'a>
impl<'a> ItemFlagsStackToken<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ItemFlagsStackToken<'a>
impl<'a> !RefUnwindSafe for ItemFlagsStackToken<'a>
impl<'a> !Send for ItemFlagsStackToken<'a>
impl<'a> !Sync for ItemFlagsStackToken<'a>
impl<'a> Unpin for ItemFlagsStackToken<'a>
impl<'a> !UnwindSafe for ItemFlagsStackToken<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more