Struct inapi::FileOwner
[−]
[src]
pub struct FileOwner { pub user_name: String, pub user_uid: u64, pub group_name: String, pub group_gid: u64, }
Owner's user and group for a file.
Fields
user_name: String
User name
user_uid: u64
User UID
group_name: String
Group name
group_gid: u64
Group GID