#[repr(C)]pub struct USER_MODALS_INFO_1003 {
pub usrmod1003_min_passwd_age: u32,
}
Fields§
§usrmod1003_min_passwd_age: u32
Trait Implementations§
§impl Clone for USER_MODALS_INFO_1003
impl Clone for USER_MODALS_INFO_1003
impl Copy for USER_MODALS_INFO_1003
Auto Trait Implementations§
impl RefUnwindSafe for USER_MODALS_INFO_1003
impl Send for USER_MODALS_INFO_1003
impl Sync for USER_MODALS_INFO_1003
impl Unpin for USER_MODALS_INFO_1003
impl UnwindSafe for USER_MODALS_INFO_1003
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