Struct gdnative_visual_script::common::libc::passwd [−][src]
#[repr(C)]pub struct passwd { pub pw_name: *mut i8, pub pw_passwd: *mut i8, pub pw_uid: u32, pub pw_gid: u32, pub pw_gecos: *mut i8, pub pw_dir: *mut i8, pub pw_shell: *mut i8, }
Fields
pw_name: *mut i8
pw_passwd: *mut i8
pw_uid: u32
pw_gid: u32
pw_gecos: *mut i8
pw_dir: *mut i8
pw_shell: *mut i8
Trait Implementations
impl Clone for passwd
[src]
impl Clone for passwd
fn clone(&self) -> passwd
[src]
fn clone(&self) -> passwd
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for passwd
[src]
impl Copy for passwd