[][src]Function sys_util::ioctl::ioctl_with_ref

pub unsafe fn ioctl_with_ref<F: AsRawFd, T>(
    fd: &F,
    nr: c_ulong,
    arg: &T
) -> c_int

Run an ioctl with an immutable reference.