pub struct SubSystem { /* private fields */ }
Expand description
Represents an subsystem to a PCI device in the PCI database.
Every subsystem has subvendor and subdevice ID and a pretty name.
NOTE: The PCI database is not a canonical or authoritative source of subsystems information for devices. Users who wish to discover subsystems on their PCI devices should query those devices directly.
Implementations§
Trait Implementations§
impl Copy for SubSystem
impl Eq for SubSystem
impl StructuralPartialEq for SubSystem
Auto Trait Implementations§
impl Freeze for SubSystem
impl RefUnwindSafe for SubSystem
impl Send for SubSystem
impl Sync for SubSystem
impl Unpin for SubSystem
impl UnwindSafe for SubSystem
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