devela::_dep::rustix::mount

Function mount

pub fn mount<Source, Target, Fs, Data>(
    source: Source,
    target: Target,
    file_system_type: Fs,
    flags: MountFlags,
    data: Data,
) -> Result<(), Errno> 
where Source: Arg, Target: Arg, Fs: Arg, Data: Arg,
Available on crate feature dep_rustix only.
Expand description

mount(source, target, filesystemtype, mountflags, data)

§References