Struct windows_sys::Win32::Security::Authentication::Identity::SECURITY_USER_DATA
[−]#[repr(C)]pub struct SECURITY_USER_DATA {
pub UserName: UNICODE_STRING,
pub LogonDomainName: UNICODE_STRING,
pub LogonServer: UNICODE_STRING,
pub pSid: PSID,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"
Fields
UserName: UNICODE_STRINGLogonDomainName: UNICODE_STRINGLogonServer: UNICODE_STRINGpSid: PSIDTrait Implementations
impl Clone for SECURITY_USER_DATA
impl Clone for SECURITY_USER_DATA
impl Copy for SECURITY_USER_DATA
Auto Trait Implementations
impl RefUnwindSafe for SECURITY_USER_DATA
impl !Send for SECURITY_USER_DATA
impl !Sync for SECURITY_USER_DATA
impl Unpin for SECURITY_USER_DATA
impl UnwindSafe for SECURITY_USER_DATA
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