rustix::backend::io::syscalls

Function write

Source
pub(crate) fn write(fd: BorrowedFd<'_>, buf: &[u8]) -> Result<usize>