pub struct Core<T, S, B, C, const BUF: usize>{ /* private fields */ }Expand description
Bootloader entry point. Checks boot state, validates the app, and either boots the application or enters the protocol loop for firmware updates.
Implementations§
Auto Trait Implementations§
impl<T, S, B, C, const BUF: usize> Freeze for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> RefUnwindSafe for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> Send for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> Sync for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> Unpin for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> UnsafeUnpin for Core<T, S, B, C, BUF>
impl<T, S, B, C, const BUF: usize> UnwindSafe for Core<T, S, B, C, BUF>
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