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