Struct arcdps_imgui::MultiStyleStackToken
source · pub struct MultiStyleStackToken { /* private fields */ }
Expand description
Tracks one or more changes pushed to the style stack that must be popped by calling .pop()
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiStyleStackToken
impl !RefUnwindSafe for MultiStyleStackToken
impl !Send for MultiStyleStackToken
impl !Sync for MultiStyleStackToken
impl Unpin for MultiStyleStackToken
impl !UnwindSafe for MultiStyleStackToken
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