Struct nxui::demo::demodialog::DemoDialog
source · [−]pub struct DemoDialog {}Implementations
sourceimpl DemoDialog
impl DemoDialog
Trait Implementations
sourceimpl Dialog for DemoDialog
impl Dialog for DemoDialog
fn attributes(&self) -> Attributes
fn frame(&self) -> Frame
fn ui(&self, frame: Frame)
Auto Trait Implementations
impl RefUnwindSafe for DemoDialog
impl Send for DemoDialog
impl Sync for DemoDialog
impl Unpin for DemoDialog
impl UnwindSafe for DemoDialog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more