#[repr(C)]pub struct TRUSTED_DOMAIN_AUTH_INFORMATION {
pub IncomingAuthInfos: u32,
pub IncomingAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub IncomingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub OutgoingAuthInfos: u32,
pub OutgoingAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub OutgoingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
IncomingAuthInfos: u32
IncomingAuthenticationInformation: *mut LSA_AUTH_INFORMATION
IncomingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION
OutgoingAuthInfos: u32
OutgoingAuthenticationInformation: *mut LSA_AUTH_INFORMATION
OutgoingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION
Trait Implementations
impl Clone for TRUSTED_DOMAIN_AUTH_INFORMATION
impl Clone for TRUSTED_DOMAIN_AUTH_INFORMATION
impl Copy for TRUSTED_DOMAIN_AUTH_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for TRUSTED_DOMAIN_AUTH_INFORMATION
impl !Send for TRUSTED_DOMAIN_AUTH_INFORMATION
impl !Sync for TRUSTED_DOMAIN_AUTH_INFORMATION
impl Unpin for TRUSTED_DOMAIN_AUTH_INFORMATION
impl UnwindSafe for TRUSTED_DOMAIN_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