Struct bitflags::__core::fs::Permissions [] [src]

pub struct Permissions(_);
1.0.0
[]

Representation of the various permissions on a file.

This module only currently provides one bit of information, readonly, which is exposed on all currently supported platforms. Unix-specific functionality, such as mode bits, is available through the os::unix::PermissionsExt trait.