Enum smbioslib::Timeout[][src]

pub enum Timeout {
    Minutes(u16),
    Unknown,
}
Expand description

Variants

Minutes(u16)

Number of minutes before the reboot is initiated

It is used after a system power cycle, system reset

Unknown

Timeout is unknown.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. 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 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.