Enum smbioslib::DeviceFunctionNumber
source · [−]Expand description
Variants
Number
Device/Function Number
NotApplicable
For devices that are not of types PCI, AGP, PCI-X, or PCI-Express and that do not have bus/device/function information.
Trait Implementations
sourceimpl Debug for DeviceFunctionNumber
impl Debug for DeviceFunctionNumber
sourceimpl From<u8> for DeviceFunctionNumber
impl From<u8> for DeviceFunctionNumber
sourceimpl PartialEq<DeviceFunctionNumber> for DeviceFunctionNumber
impl PartialEq<DeviceFunctionNumber> for DeviceFunctionNumber
sourcefn eq(&self, other: &DeviceFunctionNumber) -> bool
fn eq(&self, other: &DeviceFunctionNumber) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DeviceFunctionNumber) -> bool
fn ne(&self, other: &DeviceFunctionNumber) -> bool
This method tests for !=
.
sourceimpl Serialize for DeviceFunctionNumber
impl Serialize for DeviceFunctionNumber
impl Eq for DeviceFunctionNumber
impl StructuralEq for DeviceFunctionNumber
impl StructuralPartialEq for DeviceFunctionNumber
Auto Trait Implementations
impl RefUnwindSafe for DeviceFunctionNumber
impl Send for DeviceFunctionNumber
impl Sync for DeviceFunctionNumber
impl Unpin for DeviceFunctionNumber
impl UnwindSafe for DeviceFunctionNumber
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