Trait std::os::unix::fs::PermissionsExtUnstable [-] [+] [src]

pub trait PermissionsExt {
    fn mode(&self) -> i32;
    fn set_mode(&mut self, mode: i32);
}

Unix-specific extensions to Permissions

Required Methods

fn mode(&self) -> i32

fn set_mode(&mut self, mode: i32)

Implementors