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 TypeOfDevice
impl Send for TypeOfDevice
impl Sync for TypeOfDevice
impl Unpin for TypeOfDevice
impl UnwindSafe for TypeOfDevice