Enum smbioslib::HostProtocolType [−][src]
pub enum HostProtocolType { Ipmi, Mctp, RedfishOverIP, OemDefined, None, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for HostProtocolType
impl Send for HostProtocolType
impl Sync for HostProtocolType
impl Unpin for HostProtocolType
impl UnwindSafe for HostProtocolType