pub enum HostProtocolType {
Ipmi,
Mctp,
RedfishOverIP,
OemDefined,
None,
}
Expand description
§Management Controller Host Interface - Protocol Types
Variants§
Ipmi
IPMI: Intelligent Platform Management Interface
Refer to IPMI Appendix C1
Mctp
MCTP: Management Component Transport Protocol
Refer to DSP0236 for the definition and details of the MCTP protocol type
RedfishOverIP
Redfish over IP
Refer to DSP0270 for the definition and details of the Redfish over IP protocol type
OemDefined
OEM Defined
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for HostProtocolType
impl Debug for HostProtocolType
Source§impl From<u8> for HostProtocolType
impl From<u8> for HostProtocolType
Source§impl PartialEq for HostProtocolType
impl PartialEq for HostProtocolType
Source§impl Serialize for HostProtocolType
impl Serialize for HostProtocolType
impl Eq for HostProtocolType
impl StructuralPartialEq for HostProtocolType
Auto Trait Implementations§
impl Freeze for HostProtocolType
impl RefUnwindSafe for HostProtocolType
impl Send for HostProtocolType
impl Sync for HostProtocolType
impl Unpin for HostProtocolType
impl UnwindSafe for HostProtocolType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more