pub struct Window { /* private fields */ }
Trait Implementations§
source§impl<V> Borrow<Window> for ViewContext<'_, V>
impl<V> Borrow<Window> for ViewContext<'_, V>
source§impl Borrow<Window> for WindowContext<'_>
impl Borrow<Window> for WindowContext<'_>
source§impl<V> BorrowMut<Window> for ViewContext<'_, V>
impl<V> BorrowMut<Window> for ViewContext<'_, V>
source§fn borrow_mut(&mut self) -> &mut Window
fn borrow_mut(&mut self) -> &mut Window
Mutably borrows from an owned value. Read more
source§impl BorrowMut<Window> for WindowContext<'_>
impl BorrowMut<Window> for WindowContext<'_>
source§fn borrow_mut(&mut self) -> &mut Window
fn borrow_mut(&mut self) -> &mut Window
Mutably borrows from an owned value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for Window
impl !Send for Window
impl !Sync for Window
impl Unpin for Window
impl !UnwindSafe for Window
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