Struct julia_sys::uv_passwd_s [] [src]

#[repr(C)]
pub struct uv_passwd_s { pub username: *mut c_char, pub uid: c_long, pub gid: c_long, pub shell: *mut c_char, pub homedir: *mut c_char, }

Fields

Trait Implementations

impl Debug for uv_passwd_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_passwd_s
[src]

impl Clone for uv_passwd_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more