Module bitfield

Module bitfield 

Source
Expand description

Handle Bit Field values in SMBIOS structure

Due to SMBIOS information has read-only nature and Bit Field flags has text description it is reasonable to have special type(s) to handle them

Structs§

Flag
Handles single flag within Bit Field
Iter
An iterator through all items in Bit Field layout
Position
Flag position (index) in Bit Field
Reserved
An iterator returns ranges of reserved bits folded from Iter
ReservedRange
Reserved bits range
Significants
An iterator through setted non-reserved flags

Enums§

FlagType
There are 2 types of Bit Field flag meaningful and reserved for some purposes

Traits§

BitField
Trait for Bit Field data

Type Aliases§

Layout
Alias to Bit Field description “table”