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