#[repr(C)]pub struct SEC_WINNT_AUTH_IDENTITY32 {
pub User: u32,
pub UserLength: u32,
pub Domain: u32,
pub DomainLength: u32,
pub Password: u32,
pub PasswordLength: u32,
pub Flags: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
User: u32
UserLength: u32
Domain: u32
DomainLength: u32
Password: u32
PasswordLength: u32
Flags: u32
Trait Implementations
impl Clone for SEC_WINNT_AUTH_IDENTITY32
impl Clone for SEC_WINNT_AUTH_IDENTITY32
impl Copy for SEC_WINNT_AUTH_IDENTITY32
Auto Trait Implementations
impl RefUnwindSafe for SEC_WINNT_AUTH_IDENTITY32
impl Send for SEC_WINNT_AUTH_IDENTITY32
impl Sync for SEC_WINNT_AUTH_IDENTITY32
impl Unpin for SEC_WINNT_AUTH_IDENTITY32
impl UnwindSafe for SEC_WINNT_AUTH_IDENTITY32
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