#[repr(C)]
pub union ADSVALUE_0 {
Show 27 fields pub DNString: *mut u16, pub CaseExactString: *mut u16, pub CaseIgnoreString: *mut u16, pub PrintableString: *mut u16, pub NumericString: *mut u16, pub Boolean: u32, pub Integer: u32, pub OctetString: ADS_OCTET_STRING, pub UTCTime: SYSTEMTIME, pub LargeInteger: i64, pub ClassName: *mut u16, pub ProviderSpecific: ADS_PROV_SPECIFIC, pub pCaseIgnoreList: *mut ADS_CASEIGNORE_LIST, pub pOctetList: *mut ADS_OCTET_LIST, pub pPath: *mut ADS_PATH, pub pPostalAddress: *mut ADS_POSTALADDRESS, pub Timestamp: ADS_TIMESTAMP, pub BackLink: ADS_BACKLINK, pub pTypedName: *mut ADS_TYPEDNAME, pub Hold: ADS_HOLD, pub pNetAddress: *mut ADS_NETADDRESS, pub pReplicaPointer: *mut ADS_REPLICAPOINTER, pub pFaxNumber: *mut ADS_FAXNUMBER, pub Email: ADS_EMAIL, pub SecurityDescriptor: ADS_NT_SECURITY_DESCRIPTOR, pub pDNWithBinary: *mut ADS_DN_WITH_BINARY, pub pDNWithString: *mut ADS_DN_WITH_STRING,
}
Expand description

Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation"

Fields

DNString: *mut u16CaseExactString: *mut u16CaseIgnoreString: *mut u16PrintableString: *mut u16NumericString: *mut u16Boolean: u32Integer: u32OctetString: ADS_OCTET_STRINGUTCTime: SYSTEMTIMELargeInteger: i64ClassName: *mut u16ProviderSpecific: ADS_PROV_SPECIFICpCaseIgnoreList: *mut ADS_CASEIGNORE_LISTpOctetList: *mut ADS_OCTET_LISTpPath: *mut ADS_PATHpPostalAddress: *mut ADS_POSTALADDRESSTimestamp: ADS_TIMESTAMPBackLink: ADS_BACKLINKpTypedName: *mut ADS_TYPEDNAMEHold: ADS_HOLDpNetAddress: *mut ADS_NETADDRESSpReplicaPointer: *mut ADS_REPLICAPOINTERpFaxNumber: *mut ADS_FAXNUMBEREmail: ADS_EMAILSecurityDescriptor: ADS_NT_SECURITY_DESCRIPTORpDNWithBinary: *mut ADS_DN_WITH_BINARYpDNWithString: *mut ADS_DN_WITH_STRING

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.