Struct windows_native::ntsam::USER_LOGON_UI_INFORMATION
source ยท #[repr(C)]pub struct USER_LOGON_UI_INFORMATION {
pub PasswordIsBlank: BOOLEAN,
pub AccountIsDisabled: BOOLEAN,
}Fieldsยง
ยงPasswordIsBlank: BOOLEANยงAccountIsDisabled: BOOLEANTrait Implementationsยง
sourceยงimpl Debug for USER_LOGON_UI_INFORMATION
impl Debug for USER_LOGON_UI_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for USER_LOGON_UI_INFORMATION
impl Send for USER_LOGON_UI_INFORMATION
impl Sync for USER_LOGON_UI_INFORMATION
impl Unpin for USER_LOGON_UI_INFORMATION
impl UnwindSafe for USER_LOGON_UI_INFORMATION
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