devela::_dep::rustix::mount

Function fsconfig_set_binary

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

fsconfig(fs_fd, FSCONFIG_SET_BINARY, key, value, value.len())

§References