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

pub fn op_read(ioctl_type: u8, nr: u8, size: usize) -> ioctl_op_t

Build an op indicating that the data pointer will be populated with data from the kernel

This provides the same functionality as the Linux _IOR macro.