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