pub struct ApplicationHandle { /* private fields */ }Expand description
Cloneable, platform-neutral access to the running application event loop.
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationHandle
impl Clone for ApplicationHandle
Source§fn clone(&self) -> ApplicationHandle
fn clone(&self) -> ApplicationHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ApplicationHandle
impl !UnwindSafe for ApplicationHandle
impl Freeze for ApplicationHandle
impl Send for ApplicationHandle
impl Sync for ApplicationHandle
impl Unpin for ApplicationHandle
impl UnsafeUnpin for ApplicationHandle
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