derive debug and clone on DirFdStat / FdStat

This commit is contained in:
Pat Hickey
2021-01-11 17:58:53 -08:00
parent d56d2f0219
commit 4a54db0837
2 changed files with 2 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ bitflags! {
}
}
#[derive(Debug, Clone)]
pub struct FdStat {
pub filetype: FileType,
pub caps: FileCaps,