pub struct App<B: BootClient> { /* private fields */ }Expand description
App-side tinyboot client. Handles Info/Reset commands and boot confirmation.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for App<B>where
B: Freeze,
impl<B> RefUnwindSafe for App<B>where
B: RefUnwindSafe,
impl<B> Send for App<B>where
B: Send,
impl<B> Sync for App<B>where
B: Sync,
impl<B> Unpin for App<B>where
B: Unpin,
impl<B> UnsafeUnpin for App<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for App<B>where
B: UnwindSafe,
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