Enum smbioslib::HostProtocolType [−][src]
pub enum HostProtocolType { Ipmi, Mctp, RedfishOverIP, OemDefined, None, }
Variants
IPMI: Intelligent Platform Management Interface
Refer to IPMI Appendix C1
MCTP: Management Component Transport Protocol
Refer to DSP0236 for the definition and details of the MCTP protocol type
Redfish over IP
Refer to DSP0270 for the definition and details of the Redfish over IP protocol type
OEM Defined
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for HostProtocolType
[src]
impl Debug for HostProtocolType
[src]impl PartialEq<HostProtocolType> for HostProtocolType
[src]
impl PartialEq<HostProtocolType> for HostProtocolType
[src]impl Serialize for HostProtocolType
[src]
impl Serialize for HostProtocolType
[src]