Struct arcdps_imgui::StyleStackToken
source · pub struct StyleStackToken<'a>(/* private fields */);
Expand description
Tracks a style pushed to the style stack that can be popped by calling .end()
or by dropping.
Implementations§
source§impl<'a> StyleStackToken<'a>
impl<'a> StyleStackToken<'a>
source§impl StyleStackToken<'_>
impl StyleStackToken<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StyleStackToken<'a>
impl<'a> !RefUnwindSafe for StyleStackToken<'a>
impl<'a> !Send for StyleStackToken<'a>
impl<'a> !Sync for StyleStackToken<'a>
impl<'a> Unpin for StyleStackToken<'a>
impl<'a> !UnwindSafe for StyleStackToken<'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