pub enum ManagementDeviceAddressType {
Other,
Unknown,
IOPort,
Memory,
SMBus,
None,
}Expand description
§Management Device — Address Type
Variants§
Other
Other
Unknown
Unknown
IOPort
I/O Port
Memory
Memory
SMBus
SM Bus
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for ManagementDeviceAddressType
impl Debug for ManagementDeviceAddressType
impl Eq for ManagementDeviceAddressType
Source§impl PartialEq for ManagementDeviceAddressType
impl PartialEq for ManagementDeviceAddressType
Source§fn eq(&self, other: &ManagementDeviceAddressType) -> bool
fn eq(&self, other: &ManagementDeviceAddressType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManagementDeviceAddressType
Auto Trait Implementations§
impl Freeze for ManagementDeviceAddressType
impl RefUnwindSafe for ManagementDeviceAddressType
impl Send for ManagementDeviceAddressType
impl Sync for ManagementDeviceAddressType
impl Unpin for ManagementDeviceAddressType
impl UnsafeUnpin for ManagementDeviceAddressType
impl UnwindSafe for ManagementDeviceAddressType
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