Struct winapi::ntsecapi::TRUSTED_DOMAIN_INFORMATION_EX2
[−]
[src]
pub struct TRUSTED_DOMAIN_INFORMATION_EX2 { pub Name: LSA_UNICODE_STRING, pub FlatName: LSA_UNICODE_STRING, pub Sid: PSID, pub TrustDirection: ULONG, pub TrustType: ULONG, pub TrustAttributes: ULONG, pub ForestTrustLength: ULONG, pub ForestTrustInfo: PUCHAR, }
Fields
Name | |
FlatName | |
Sid | |
TrustDirection | |
TrustType | |
TrustAttributes | |
ForestTrustLength | |
ForestTrustInfo |
Trait Implementations
impl Copy for TRUSTED_DOMAIN_INFORMATION_EX2
[src]
impl Clone for TRUSTED_DOMAIN_INFORMATION_EX2
[src]
fn clone(&self) -> TRUSTED_DOMAIN_INFORMATION_EX2
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more