Struct smbioslib::VendorId [−][src]
Vendor Id
Specified as four ASCII characters, as defined by TCG Vendor ID (see CAP_VID in TCG Vendor ID Registry)
Fields
array: &'a [u8; 4]
Raw array
Example: Vendor Id string of “ABC” = (41 42 43 00)