Enum smbioslib::HostProtocolType
source · pub enum HostProtocolType {
Ipmi,
Mctp,
RedfishOverIP,
OemDefined,
None,
}
Expand description
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<HostProtocolType> for HostProtocolType
impl PartialEq<HostProtocolType> for HostProtocolType
source§fn eq(&self, other: &HostProtocolType) -> bool
fn eq(&self, other: &HostProtocolType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for HostProtocolType
impl Serialize for HostProtocolType
impl Eq for HostProtocolType
impl StructuralEq for HostProtocolType
impl StructuralPartialEq for HostProtocolType
Auto Trait Implementations§
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