Module kernel_copy

Module kernel_copy 

Source

Re-exports§

pub use linux::kernel_copy;

Modules§

linux 🔒
This module contains specializations that can offload io::copy() operations on file descriptor containing types (File, TcpStream, etc.) to more efficient syscalls than read(2) and write(2).

Enums§

CopyState