You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Drivers can be moveable but they cannot be copyable. The idea of copying a driver designated for a particular bit of hardware is nonsensical, especially if the driver has some sort of internal state. The actual hardware, relative to the two objects will drift and this will cause undefined behavior with the driver.
Drivers can be moveable but they cannot be copyable. The idea of copying a driver designated for a particular bit of hardware is nonsensical, especially if the driver has some sort of internal state. The actual hardware, relative to the two objects will drift and this will cause undefined behavior with the driver.