pub enum IpmiInterfaceType {
Unknown,
KeyboardControllerStyle,
ServerManagementInterfaceChip,
BlockTransfer,
SMBusSystemInterface,
None,
}
Expand description
§Baseboard Management Controller (BMC) interface type
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 for IpmiInterfaceType
impl PartialEq for IpmiInterfaceType
Source§impl Serialize for IpmiInterfaceType
impl Serialize for IpmiInterfaceType
impl Eq for IpmiInterfaceType
impl StructuralPartialEq for IpmiInterfaceType
Auto Trait Implementations§
impl Freeze for IpmiInterfaceType
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