pub struct Window<'ui> { /* private fields */ }Expand description
Represents a window that can be built
Implementations§
Source§impl<'ui> Window<'ui>
impl<'ui> Window<'ui>
Auto Trait Implementations§
impl<'ui> Freeze for Window<'ui>
impl<'ui> !RefUnwindSafe for Window<'ui>
impl<'ui> !Send for Window<'ui>
impl<'ui> !Sync for Window<'ui>
impl<'ui> Unpin for Window<'ui>
impl<'ui> !UnwindSafe for Window<'ui>
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