Enum smbioslib::IpmiInterfaceType
source · pub enum IpmiInterfaceType {
Unknown,
KeyboardControllerStyle,
ServerManagementInterfaceChip,
BlockTransfer,
SMBusSystemInterface,
None,
}
Expand description
Variants§
Unknown
Unknown
KeyboardControllerStyle
KCS: Keyboard Controller Style
ServerManagementInterfaceChip
SMIC: Server Management Interface Chip
BlockTransfer
BT: Block Transfer
SMBusSystemInterface
SSIF: SMBus System Interface
None
A value unknown to this standard, check the raw value
Trait Implementations§
source§impl Debug for IpmiInterfaceType
impl Debug for IpmiInterfaceType
source§impl PartialEq<IpmiInterfaceType> for IpmiInterfaceType
impl PartialEq<IpmiInterfaceType> for IpmiInterfaceType
source§fn eq(&self, other: &IpmiInterfaceType) -> bool
fn eq(&self, other: &IpmiInterfaceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IpmiInterfaceType
impl Serialize for IpmiInterfaceType
impl Eq for IpmiInterfaceType
impl StructuralEq for IpmiInterfaceType
impl StructuralPartialEq for IpmiInterfaceType
Auto Trait Implementations§
impl RefUnwindSafe for IpmiInterfaceType
impl Send for IpmiInterfaceType
impl Sync for IpmiInterfaceType
impl Unpin for IpmiInterfaceType
impl UnwindSafe for IpmiInterfaceType
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