Struct windows_native::ntsam::USER_EXTENDED_INFORMATION
source ยท #[repr(C)]pub struct USER_EXTENDED_INFORMATION {
pub ExtendedWhichFields: u32,
pub UserTile: SAM_USER_TILE,
pub PasswordHint: UNICODE_STRING,
pub DontShowInLogonUI: BOOLEAN,
pub ShellAdminObjectProperties: SAM_SHELL_OBJECT_PROPERTIES,
}Fieldsยง
ยงExtendedWhichFields: u32ยงUserTile: SAM_USER_TILEยงPasswordHint: UNICODE_STRINGยงDontShowInLogonUI: BOOLEANยงShellAdminObjectProperties: SAM_SHELL_OBJECT_PROPERTIESTrait Implementationsยง
sourceยงimpl Debug for USER_EXTENDED_INFORMATION
impl Debug for USER_EXTENDED_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for USER_EXTENDED_INFORMATION
impl !Send for USER_EXTENDED_INFORMATION
impl !Sync for USER_EXTENDED_INFORMATION
impl Unpin for USER_EXTENDED_INFORMATION
impl UnwindSafe for USER_EXTENDED_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