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
Many ioctls are defined with `_IOWR` and take input and return output
through the same struct. We can handle this by taking an `&mut` pointer.
I'm not sure about the name. `Updater` seems better than `GetterSetter`,
but maybe something else would be clear.
0 commit comments