Function ioctl_with_mut_ref

Source
pub unsafe fn ioctl_with_mut_ref<F: AsRawFd, T>(
    fd: &F,
    nr: c_ulong,
    arg: &mut T,
) -> c_int
Expand description

Run an ioctl with a mutable reference.