Struct ExPopupDialogCentered
pub struct ExPopupDialogCentered<'a> { /* private fields */ }
Expand description
Default-param extender for EditorInterface::popup_dialog_centered_ex
.
Implementations§
§impl<'a> ExPopupDialogCentered<'a>
impl<'a> ExPopupDialogCentered<'a>
pub fn minsize(self, value: Vector2i) -> ExPopupDialogCentered<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExPopupDialogCentered<'a>
impl<'a> RefUnwindSafe for ExPopupDialogCentered<'a>
impl<'a> !Send for ExPopupDialogCentered<'a>
impl<'a> !Sync for ExPopupDialogCentered<'a>
impl<'a> Unpin for ExPopupDialogCentered<'a>
impl<'a> !UnwindSafe for ExPopupDialogCentered<'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