Struct smbioslib::VendorId [−][src]
Expand description
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)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for VendorId<'a>
impl<'a> UnwindSafe for VendorId<'a>