no-rustdoc v0.1.0
Philipp Schuster 2021-10-04 11:34:28 +02:00
parent a2b6cc4f5c
commit 69a65b050d
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ impl Debug for Size {
}
}
/// Wrapper around the UNIX file permissions given in octal ASCII.
#[derive(Copy, Clone)]
#[repr(transparent)]
pub struct Mode(StaticCString<8>);