#[repr(C)]pub struct USER_MODALS_INFO_0 {
pub usrmod0_min_passwd_len: DWORD,
pub usrmod0_max_passwd_age: DWORD,
pub usrmod0_min_passwd_age: DWORD,
pub usrmod0_force_logoff: DWORD,
pub usrmod0_password_hist_len: DWORD,
}
Fields§
§usrmod0_min_passwd_len: DWORD
§usrmod0_max_passwd_age: DWORD
§usrmod0_min_passwd_age: DWORD
§usrmod0_force_logoff: DWORD
§usrmod0_password_hist_len: DWORD
Trait Implementations§
Source§impl Clone for USER_MODALS_INFO_0
impl Clone for USER_MODALS_INFO_0
Source§fn clone(&self) -> USER_MODALS_INFO_0
fn clone(&self) -> USER_MODALS_INFO_0
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for USER_MODALS_INFO_0
impl Default for USER_MODALS_INFO_0
Source§fn default() -> USER_MODALS_INFO_0
fn default() -> USER_MODALS_INFO_0
Returns the “default value” for a type. Read more
impl Copy for USER_MODALS_INFO_0
Auto Trait Implementations§
impl Freeze for USER_MODALS_INFO_0
impl RefUnwindSafe for USER_MODALS_INFO_0
impl Send for USER_MODALS_INFO_0
impl Sync for USER_MODALS_INFO_0
impl Unpin for USER_MODALS_INFO_0
impl UnwindSafe for USER_MODALS_INFO_0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more