pub struct DesktopAppRunner { /* private fields */ }Implementations§
Source§impl DesktopAppRunner
impl DesktopAppRunner
pub fn new(config: DesktopAppConfig) -> Self
pub fn context_wrapper(&self) -> Arc<DesktopContextWrapper>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DesktopAppRunner
impl !RefUnwindSafe for DesktopAppRunner
impl !Send for DesktopAppRunner
impl !Sync for DesktopAppRunner
impl Unpin for DesktopAppRunner
impl !UnwindSafe for DesktopAppRunner
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