Trait CopyWrite

pub(in ::sys::io::kernel_copy::linux) trait CopyWrite: Write

Required Methods

fn properties(&self) -> CopyParams

Extracts the file descriptor and hints/metadata, delegating through wrappers if necessary.

Implementors