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