pub struct DesktopAppEvents { /* private fields */ }Implementations§
Source§impl DesktopAppEvents
impl DesktopAppEvents
pub fn iter(&self) -> impl Iterator<Item = &WindowEvent<'_>>
Trait Implementations§
Source§impl Default for DesktopAppEvents
impl Default for DesktopAppEvents
Source§fn default() -> DesktopAppEvents
fn default() -> DesktopAppEvents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DesktopAppEvents
impl RefUnwindSafe for DesktopAppEvents
impl Send for DesktopAppEvents
impl Sync for DesktopAppEvents
impl Unpin for DesktopAppEvents
impl !UnwindSafe for DesktopAppEvents
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