pub struct spwd {
pub sp_namp: *mut i8,
pub sp_pwdp: *mut i8,
pub sp_lstchg: i32,
pub sp_min: i32,
pub sp_max: i32,
pub sp_warn: i32,
pub sp_inact: i32,
pub sp_expire: i32,
pub sp_flag: u32,
}Fields
sp_namp: *mut i8sp_pwdp: *mut i8sp_lstchg: i32sp_min: i32sp_max: i32sp_warn: i32sp_inact: i32sp_expire: i32sp_flag: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for spwd
impl !Send for spwd
impl !Sync for spwd
impl Unpin for spwd
impl UnwindSafe for spwd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more