pub type uv_passwd_t = uv_passwd_s;Aliased Type§
#[repr(C)]pub struct uv_passwd_t {
pub username: *mut i8,
pub uid: i64,
pub gid: i64,
pub shell: *mut i8,
pub homedir: *mut i8,
}Fields§
§username: *mut i8§uid: i64§gid: i64§shell: *mut i8§homedir: *mut i8