rustix
1.0.8
In rustix::
ioctl
rustix
::
ioctl
Function
_ioctl
Copy item path
Source
unsafe fn _ioctl( fd:
BorrowedFd
<'_>, request:
Opcode
, arg:
*mut
c_void
, ) ->
Result
<
IoctlOutput
>