#[repr(C)]pub struct SECPKG_POST_LOGON_USER_INFO {
pub Flags: u32,
pub LogonId: LUID,
pub LinkedLogonId: LUID,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Flags: u32
LogonId: LUID
LinkedLogonId: LUID
Trait Implementations
impl Clone for SECPKG_POST_LOGON_USER_INFO
impl Clone for SECPKG_POST_LOGON_USER_INFO
impl Copy for SECPKG_POST_LOGON_USER_INFO
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_POST_LOGON_USER_INFO
impl Send for SECPKG_POST_LOGON_USER_INFO
impl Sync for SECPKG_POST_LOGON_USER_INFO
impl Unpin for SECPKG_POST_LOGON_USER_INFO
impl UnwindSafe for SECPKG_POST_LOGON_USER_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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