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