rustix
1.0.8
In rustix::
backend::
io::
syscalls
rustix
::
backend
::
io
::
syscalls
Function
pwrite
Copy item path
Source
pub(crate) fn pwrite(fd:
BorrowedFd
<'_>, buf: &[
u8
], pos:
u64
) ->
Result
<
usize
>