struct UserInfo [src]

Fields

uid: posix.uid_t
gid: posix.gid_t

Source

pub const UserInfo = struct { uid: posix.uid_t, gid: posix.gid_t, }