pub struct WindowEventQueue { /* private fields */ }Expand description
Handles externally fired events
Implementations§
Source§impl WindowEventQueue
impl WindowEventQueue
Sourcepub fn provoke_changed_property(uid: WindowUID, property: WindowProperty)
pub fn provoke_changed_property(uid: WindowUID, property: WindowProperty)
On the next render call, all internal metadata that correlate to the property will update
Auto Trait Implementations§
impl !Sync for WindowEventQueue
impl Freeze for WindowEventQueue
impl RefUnwindSafe for WindowEventQueue
impl Send for WindowEventQueue
impl Unpin for WindowEventQueue
impl UnsafeUnpin for WindowEventQueue
impl UnwindSafe for WindowEventQueue
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