Struct arcdps_imgui::ItemFlagsStackToken
source · pub struct ItemFlagsStackToken { /* private fields */ }
Expand description
Tracks a change pushed to the item flags stack
Implementations§
Auto Trait Implementations§
impl Freeze for ItemFlagsStackToken
impl !RefUnwindSafe for ItemFlagsStackToken
impl !Send for ItemFlagsStackToken
impl !Sync for ItemFlagsStackToken
impl Unpin for ItemFlagsStackToken
impl !UnwindSafe for ItemFlagsStackToken
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