Enum freertos_rs::FreeRtosError [] [src]

pub enum FreeRtosError {
    OutOfMemory,
    Timeout,
    QueueFull,
    StringConversionError,
    TaskNotFound,
}

Basic error type for the library.

Variants

Trait Implementations

impl Copy for FreeRtosError
[src]

impl Clone for FreeRtosError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FreeRtosError
[src]

Formats the value using the given formatter.

impl Eq for FreeRtosError
[src]

impl PartialEq for FreeRtosError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.