pub struct SystemView;

Implementations

Trait Implementations

A new task with id was created.

The task with id has info attributes.

The task with id has been terminated.

The task with id will start to run on the CPU now.

Execution of the current task has ended.

The task with id is ready to run.

The task with id is being blocked/suspended.

The RTOS enters idle mode.

Enter an ISR.

Exit an ISR.

Exit an ISR to the scheduler.

Create a new marker with id.

Begin event of marker with id.

End event of marker with id.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.