Enum kcore::chan::Perm [−][src]
pub enum Perm { EXEC, READ, WRITE, RDWR, }
Expand description
Permission control on a file.
Variants
Execute, == read but check execute permission.
Read-only.
Write-only.
Read and write.
pub enum Perm { EXEC, READ, WRITE, RDWR, }
Permission control on a file.
Execute, == read but check execute permission.
Read-only.
Write-only.
Read and write.
impl RefUnwindSafe for Perm
impl Send for Perm
impl Sync for Perm
impl Unpin for Perm
impl UnwindSafe for Perm