devela::_dep::rustix::mount

Function fsconfig_set_fd

pub fn fsconfig_set_fd<Key>(
    fs_fd: BorrowedFd<'_>,
    key: Key,
    fd: BorrowedFd<'_>,
) -> Result<(), Errno> 
where Key: Arg,
Available on crate feature dep_rustix only.
Expand description

fsconfig(fs_fd, FSCONFIG_SET_FD, key, NULL, fd)

§References