Enum smbioslib::IpmiInterfaceType [−][src]
pub enum IpmiInterfaceType {
Unknown,
KeyboardControllerStyle,
ServerManagementInterfaceChip,
BlockTransfer,
SMBusSystemInterface,
None,
}Expand description
Variants
Unknown
KCS: Keyboard Controller Style
SMIC: Server Management Interface Chip
BT: Block Transfer
SSIF: SMBus System Interface
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IpmiInterfaceTypeimpl Send for IpmiInterfaceTypeimpl Sync for IpmiInterfaceTypeimpl Unpin for IpmiInterfaceTypeimpl UnwindSafe for IpmiInterfaceType