Function read_raw

Source
unsafe fn read_raw(fd: RawFd, out: &mut [u8]) -> Result<usize>
Expand description

ยงSafety

Safe only when the FD given is valid and reading the fd will have no Rust safety implications.