Struct sbp::messages::system::SubSystemReport[][src]

pub struct SubSystemReport {
    pub component: u16,
    pub generic: u8,
    pub specific: u8,
}
Expand description

Sub-system Status report

Report the general and specific state of a sub-system. If the generic state is reported as initializing, the specific state should be ignored.

Fields

component: u16

Identity of reporting subsystem

generic: u8

Generic form status report

specific: u8

Subsystem specific status code

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.