pub struct Handle(pub u16);
Expand description
Each SMBIOS structure has a handle or instance value associated with it.
Some structures will reference other structures by using this value.
Dereference a handle (*handle) to access its u16 value.
Formats the value using the given formatter. Read more
The resulting type after dereferencing.
Formats the value using the given formatter. Read more
The associated error which can be returned from parsing.
Parses a string s to return a value of this type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Serialize this value into the given Serde serializer. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.