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