pub struct SubApp {
pub core: u32,
pub shared: Option<SharedResources>,
pub init: InitTask,
pub idle: Option<RticTask>,
pub tasks: Vec<RticTask>,
}
Fields§
§core: u32
§init: InitTask
§idle: Option<RticTask>
§tasks: Vec<RticTask>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubApp
impl RefUnwindSafe for SubApp
impl !Send for SubApp
impl !Sync for SubApp
impl Unpin for SubApp
impl UnwindSafe for SubApp
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