Struct abyss::dev::pci::DeviceVendor
source · pub struct DeviceVendor {
pub dev_id: u16,
pub vendor_id: u16,
}
Expand description
Pci device’s Device Id
and Vendor Id
.
Fields§
§dev_id: u16
Device id.
vendor_id: u16
Vendor id.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeviceVendor
impl Send for DeviceVendor
impl Sync for DeviceVendor
impl Unpin for DeviceVendor
impl UnwindSafe for DeviceVendor
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more