pub enum ChannelMediumType {
}Expand description
Channel medium type values.
Reference: IPMI 2.0 Specification, Table 6-3
Variants§
Reserved
Ipmb
IcmbV1_0
IcmbV0_9
Lan802_3
AsynchSerialModem
OtherLan
PciSmbus
SmbusV1_0
SmbusV2_0
Usb1X
Usb2X
SystemInterface
Oem(u8)
ReservedValue(u8)
Trait Implementations§
Source§impl Clone for ChannelMediumType
impl Clone for ChannelMediumType
Source§fn clone(&self) -> ChannelMediumType
fn clone(&self) -> ChannelMediumType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelMediumType
Source§impl Debug for ChannelMediumType
impl Debug for ChannelMediumType
Source§impl Display for ChannelMediumType
impl Display for ChannelMediumType
Source§impl From<u8> for ChannelMediumType
impl From<u8> for ChannelMediumType
Source§fn from(value: u8) -> ChannelMediumType
fn from(value: u8) -> ChannelMediumType
Converts to this type from the input type.
Source§impl PartialEq for ChannelMediumType
impl PartialEq for ChannelMediumType
impl StructuralPartialEq for ChannelMediumType
Auto Trait Implementations§
impl Freeze for ChannelMediumType
impl RefUnwindSafe for ChannelMediumType
impl Send for ChannelMediumType
impl Sync for ChannelMediumType
impl Unpin for ChannelMediumType
impl UnsafeUnpin for ChannelMediumType
impl UnwindSafe for ChannelMediumType
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