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