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