Struct winapi::ntsecapi::TRUSTED_DOMAIN_INFORMATION_EX [] [src]

pub struct TRUSTED_DOMAIN_INFORMATION_EX {
    pub Name: LSA_UNICODE_STRING,
    pub FlatName: LSA_UNICODE_STRING,
    pub Sid: PSID,
    pub TrustDirection: ULONG,
    pub TrustType: ULONG,
    pub TrustAttributes: ULONG,
}

Fields

Name
FlatName
Sid
TrustDirection
TrustType
TrustAttributes

Trait Implementations

impl Copy for TRUSTED_DOMAIN_INFORMATION_EX
[src]

impl Clone for TRUSTED_DOMAIN_INFORMATION_EX
[src]

fn clone(&self) -> TRUSTED_DOMAIN_INFORMATION_EX

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

Derived Implementations

impl Debug for TRUSTED_DOMAIN_INFORMATION_EX
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.