Enum smbioslib::IpmiInterfaceType [−][src]
pub enum IpmiInterfaceType {
Unknown,
KeyboardControllerStyle,
ServerManagementInterfaceChip,
BlockTransfer,
SMBusSystemInterface,
None,
}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
impl Debug for IpmiInterfaceType[src]
impl Debug for IpmiInterfaceType[src]impl PartialEq<IpmiInterfaceType> for IpmiInterfaceType[src]
impl PartialEq<IpmiInterfaceType> for IpmiInterfaceType[src]impl Serialize for IpmiInterfaceType[src]
impl Serialize for IpmiInterfaceType[src]