dsnapshot v0.1.0 (2019-08-04T11:34:54Z)
Dub
Repo
FakerootStat
dsnapshot
stats
Stats for a dev+inode as it is in a fakeroot environment.
@
safe
struct
FakerootStat {
struct
Node
;
Node
node
;
ulong
mode
;
ulong
uid
;
ulong
gid
;
ulong
rdev
;
import
std
.
range
:
isOutputRange
;
;
string
toString
();
void
toString
(Writer w);
}
Alias This
node
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Node
struct
Node
Undocumented in source.
Variables
gid
ulong
gid
;
Undocumented in source.
mode
ulong
mode
;
Undocumented in source.
node
Node
node
;
Undocumented in source.
rdev
ulong
rdev
;
Undocumented in source.
uid
ulong
uid
;
Undocumented in source.
Meta
Source
See Implementation
dsnapshot
stats
functions
fromFakeroot
fromFakerootEnv
fromPathStat
structs
FakerootDb
FakerootStat
PathStat
Stats for a dev+inode as it is in a fakeroot environment.