Struct gdnative_visual_script::common::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
sp_namp: *mut i8
sp_pwdp: *mut i8
sp_lstchg: i64
sp_min: i64
sp_max: i64
sp_warn: i64
sp_inact: i64
sp_expire: i64
sp_flag: u64
Trait Implementations
impl Clone for spwd
[src]
impl Clone for spwd
fn clone(&self) -> spwd
[src]
fn clone(&self) -> spwd
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 spwd
[src]
impl Copy for spwd