pub struct Chainloader<'a> { /* private fields */ }Expand description
Can launch other applications when the current one exits.
Implementations§
Source§impl<'a> Chainloader<'a>
impl<'a> Chainloader<'a>
Sourcepub fn set(&mut self, title: &Title<'_>)
pub fn set(&mut self, title: &Title<'_>)
Configures the chainloader to launch a specific application.
See also [Title](crate::services::am::Title]
Sourcepub fn set_to_caller(&mut self)
pub fn set_to_caller(&mut self)
Configures the chainloader to launch the previous application.
Sourcepub fn set_to_self(&mut self)
pub fn set_to_self(&mut self)
Configures the chainloader to relaunch the current application (i.e. soft-reset)