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
sourceimpl Debug for IpmiInterfaceType
impl Debug for IpmiInterfaceType
sourceimpl 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
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