pub struct StartupPage(pub TextPage);Expand description
A startup page - optionally shown before stopping the HMI
- Is a text page with title “Startup”
- Has a dedicated lifetime
- Any user interaction is suppressed
- If lifetime is over it turns to home page
Tuple Fields§
§0: TextPageImplementations§
Trait Implementations§
Source§impl PageBaseInterface for StartupPage
 
impl PageBaseInterface for StartupPage
Source§impl PageInteractionInterface for StartupPage
 
impl PageInteractionInterface for StartupPage
Source§fn dispatch(&mut self, _interaction: Interaction) -> PageNavigation
 
fn dispatch(&mut self, _interaction: Interaction) -> PageNavigation
Do not react on any interaction
Auto Trait Implementations§
impl Freeze for StartupPage
impl RefUnwindSafe for StartupPage
impl Send for StartupPage
impl Sync for StartupPage
impl Unpin for StartupPage
impl UnwindSafe for StartupPage
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