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