Method lrs::file::File::change_mode

Changes the mode of this file.

Syntax

impl File {
    fn change_mode(&self, mode: Mode) -> Result<(), Errno>
}

Arguments

NameDescription
mode

The new mode of this file.

See also