pub struct FreeRtosSystemState {
pub tasks: Vec<FreeRtosTaskStatus>,
pub total_run_time: u32,
}Fields§
§tasks: Vec<FreeRtosTaskStatus>§total_run_time: u32Trait Implementations§
Source§impl Debug for FreeRtosSystemState
impl Debug for FreeRtosSystemState
Auto Trait Implementations§
impl Freeze for FreeRtosSystemState
impl RefUnwindSafe for FreeRtosSystemState
impl Send for FreeRtosSystemState
impl !Sync for FreeRtosSystemState
impl Unpin for FreeRtosSystemState
impl UnwindSafe for FreeRtosSystemState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more