move_mount

Function move_mount 

Source
pub fn move_mount<'a, 'b>(
    from_dfd: c_int,
    from_pathname: impl IntoUstr<'a>,
    to_dfd: c_int,
    to_pathname: impl IntoUstr<'b>,
    flags: c_uint,
) -> Result<()>
Expand description