Enum smbioslib::ManagementDeviceAddressType [−][src]
pub enum ManagementDeviceAddressType {
Other,
Unknown,
IOPort,
Memory,
SMBus,
None,
}Expand description
Variants
Other
Unknown
I/O Port
Memory
SM Bus
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ManagementDeviceAddressTypeimpl Send for ManagementDeviceAddressTypeimpl Sync for ManagementDeviceAddressTypeimpl Unpin for ManagementDeviceAddressTypeimpl UnwindSafe for ManagementDeviceAddressType