Enum smbios::ErrorKind[][src]

pub enum ErrorKind {
    EntryPointNotFound,
    InvalidEntryPoint,
}

Specifies certain internal error conditions which may occur when dealing with SMBIOS data.

Variants

No SMBIOS entry point was detected.

An SMBIOS entry point was detected, but it could not be successfully parsed.

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Display for ErrorKind
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorKind
[src]

The lower-level cause of this error, if any. Read more

This method is soft-deprecated. Read more

Auto Trait Implementations

impl Send for ErrorKind

impl Sync for ErrorKind