pub enum ManagementDeviceAddressType {
Other,
Unknown,
IOPort,
Memory,
SMBus,
None,
}
Expand description
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
sourceimpl Debug for ManagementDeviceAddressType
impl Debug for ManagementDeviceAddressType
impl Eq for ManagementDeviceAddressType
impl StructuralEq for ManagementDeviceAddressType
impl StructuralPartialEq for ManagementDeviceAddressType
Auto Trait Implementations
impl RefUnwindSafe for ManagementDeviceAddressType
impl Send for ManagementDeviceAddressType
impl Sync for ManagementDeviceAddressType
impl Unpin for ManagementDeviceAddressType
impl UnwindSafe for ManagementDeviceAddressType
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