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
sourceimpl Debug for HostProtocolType
impl Debug for HostProtocolType
sourceimpl From<u8> for HostProtocolType
impl From<u8> for HostProtocolType
sourceimpl PartialEq<HostProtocolType> for HostProtocolType
impl PartialEq<HostProtocolType> for HostProtocolType
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more