rustix
0.38.42
In rustix::
backend::
fs::
syscalls
Function
rustix
::
backend
::
fs
::
syscalls
::
_seek
Copy item path
source
ยท
[
−
]
pub(crate) fn _seek( fd:
BorrowedFd
<'_>, offset:
i64
, whence:
c_uint
, ) ->
Result
<
u64
>