Struct stdcli::prelude::libc::spwd [] [src]

#[repr(C)]
pub struct spwd { pub sp_namp: *mut i8, pub sp_pwdp: *mut i8, pub sp_lstchg: i64, pub sp_min: i64, pub sp_max: i64, pub sp_warn: i64, pub sp_inact: i64, pub sp_expire: i64, pub sp_flag: u64, }

Fields

Trait Implementations

impl Copy for spwd
[src]

impl Clone for spwd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more