devela::_dep::rustix::mount

Function fsconfig_set_string

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

fsconfig(fs_fd, FSCONFIG_SET_STRING, key, value, 0)

§References