Function nix::sys::ioctl::read_into [] [src]

pub unsafe fn read_into<T>(fd: RawFd, op: ioctl_op_t, data: &mut T) -> Result<c_int>

Ioctl where the result from the kernel will be written to the provided reference

The refernced data may also contain information that will be consumed by the kernel.