Struct smbioslib::AdditionalInformationEntry [−][src]
pub struct AdditionalInformationEntry<'a> { /* fields omitted */ }
Implementations
Length of this Additional Information Entry instance; a minimum of 6
Handle, or instance number, associated with the structure for which additional information is provided
Offset of the field within the structure referenced by the Referenced Handle for which additional information is provided
Number of the optional string to be associated with the field referenced by the Referenced Offset
Enumerated value or updated field content that has not yet been approved for publication in this specification and therefore could not be used in the field referenced by Referenced Offset
NOTE: This field is the same type and size as the field being referenced by this Additional Information Entry.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for AdditionalInformationEntry<'a>
impl<'a> Send for AdditionalInformationEntry<'a>
impl<'a> Sync for AdditionalInformationEntry<'a>
impl<'a> Unpin for AdditionalInformationEntry<'a>
impl<'a> UnwindSafe for AdditionalInformationEntry<'a>