Struct imgui::PopupModal[][src]

#[must_use]
pub struct PopupModal<'ui, 'p> { /* fields omitted */ }

Created by call to Ui::popup_modal.

Methods

impl<'ui, 'p> PopupModal<'ui, 'p>
[src]

Pass a mutable boolean which will be updated to refer to the current "open" state of the modal.

Consume and draw the PopupModal.

Auto Trait Implementations

impl<'ui, 'p> Send for PopupModal<'ui, 'p>

impl<'ui, 'p> Sync for PopupModal<'ui, 'p>