pub struct WindowRootRegistry { /* private fields */ }Expand description
The window roots attached in an app context, in attach order, with a revision that changes whenever the set changes.
Implementations§
Trait Implementations§
Source§impl Default for WindowRootRegistry
impl Default for WindowRootRegistry
Source§fn default() -> WindowRootRegistry
fn default() -> WindowRootRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for WindowRootRegistry
impl !RefUnwindSafe for WindowRootRegistry
impl !Send for WindowRootRegistry
impl !Sync for WindowRootRegistry
impl !UnwindSafe for WindowRootRegistry
impl Unpin for WindowRootRegistry
impl UnsafeUnpin for WindowRootRegistry
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