pub struct FreeRtosSchedulerState {
pub tasks: Vec<FreeRtosTaskStatus>,
pub total_run_time: u32,
}
Fields§
§tasks: Vec<FreeRtosTaskStatus>
§total_run_time: u32
Trait Implementations§
Source§impl Debug for FreeRtosSchedulerState
impl Debug for FreeRtosSchedulerState
Auto Trait Implementations§
impl Freeze for FreeRtosSchedulerState
impl RefUnwindSafe for FreeRtosSchedulerState
impl Send for FreeRtosSchedulerState
impl !Sync for FreeRtosSchedulerState
impl Unpin for FreeRtosSchedulerState
impl UnwindSafe for FreeRtosSchedulerState
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