Enum smbioslib::TypeOfDevice [−][src]
pub enum TypeOfDevice {
Other,
Unknown,
Video,
ScsiController,
Ethernet,
TokenRing,
Sound,
PataController,
SataController,
SasController,
None,
}Expand description
Variants
Other
Unknown
Video
SCSI Controller
Ethernet
Token Ring
Sound
PATA Controller
SATA Controller
SAS Controller
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeOfDeviceimpl Send for TypeOfDeviceimpl Sync for TypeOfDeviceimpl Unpin for TypeOfDeviceimpl UnwindSafe for TypeOfDevice