Enum smbioslib::TypeOfDevice [−][src]
pub enum TypeOfDevice {
Other,
Unknown,
Video,
ScsiController,
Ethernet,
TokenRing,
Sound,
PataController,
SataController,
SasController,
None,
}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
impl Debug for TypeOfDevice[src]
impl Debug for TypeOfDevice[src]impl PartialEq<TypeOfDevice> for TypeOfDevice[src]
impl PartialEq<TypeOfDevice> for TypeOfDevice[src]impl Serialize for TypeOfDevice[src]
impl Serialize for TypeOfDevice[src]