Function nix::sys::quota::quotactl_get [] [src]

pub fn quotactl_get<P: ?Sized + NixPath>(which: QuotaType,
                                         special: &P,
                                         id: c_int,
                                         dqblk: &mut Dqblk)
                                         -> Result<()>