rustix
1.0.8
In rustix::
backend::
fs::
syscalls
rustix
::
backend
::
fs
::
syscalls
Function
_seek
Copy item path
Source
pub(crate) fn _seek( fd:
BorrowedFd
<'_>, offset:
i64
, whence:
c_uint
, ) ->
Result
<
u64
>