#[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,
}
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
§fn clone(&self) -> TRUSTED_DOMAIN_AUTH_INFORMATION
fn clone(&self) -> TRUSTED_DOMAIN_AUTH_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TRUSTED_DOMAIN_AUTH_INFORMATION
Auto Trait Implementations§
impl Freeze for TRUSTED_DOMAIN_AUTH_INFORMATION
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)