#[repr(C)]pub struct LSA_AUTH_INFORMATION {
pub LastUpdateTime: i64,
pub AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE,
pub AuthInfoLength: u32,
pub AuthInfo: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
LastUpdateTime: i64
AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE
AuthInfoLength: u32
AuthInfo: *mut u8
Trait Implementations
impl Clone for LSA_AUTH_INFORMATION
impl Clone for LSA_AUTH_INFORMATION
impl Copy for LSA_AUTH_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for LSA_AUTH_INFORMATION
impl !Send for LSA_AUTH_INFORMATION
impl !Sync for LSA_AUTH_INFORMATION
impl Unpin for LSA_AUTH_INFORMATION
impl UnwindSafe for LSA_AUTH_INFORMATION
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