Enum smbioslib::TypeOfDevice
source · [−]pub enum TypeOfDevice {
Other,
Unknown,
Video,
ScsiController,
Ethernet,
TokenRing,
Sound,
PataController,
SataController,
SasController,
None,
}
Expand description
Variants
Other
Other
Unknown
Unknown
Video
Video
ScsiController
SCSI Controller
Ethernet
Ethernet
TokenRing
Token Ring
Sound
Sound
PataController
PATA Controller
SataController
SATA Controller
SasController
SAS Controller
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for TypeOfDevice
impl Debug for TypeOfDevice
sourceimpl PartialEq<TypeOfDevice> for TypeOfDevice
impl PartialEq<TypeOfDevice> for TypeOfDevice
sourceimpl Serialize for TypeOfDevice
impl Serialize for TypeOfDevice
impl Eq for TypeOfDevice
impl StructuralEq for TypeOfDevice
impl StructuralPartialEq for TypeOfDevice
Auto Trait Implementations
impl RefUnwindSafe for TypeOfDevice
impl Send for TypeOfDevice
impl Sync for TypeOfDevice
impl Unpin for TypeOfDevice
impl UnwindSafe for TypeOfDevice
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