#[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,
}

Fields§

§DNString: *mut u16§CaseExactString: *mut u16§CaseIgnoreString: *mut u16§PrintableString: *mut u16§NumericString: *mut u16§Boolean: u32§Integer: u32§OctetString: ADS_OCTET_STRING§UTCTime: SYSTEMTIME§LargeInteger: i64§ClassName: *mut u16§ProviderSpecific: ADS_PROV_SPECIFIC§pCaseIgnoreList: *mut ADS_CASEIGNORE_LIST§pOctetList: *mut ADS_OCTET_LIST§pPath: *mut ADS_PATH§pPostalAddress: *mut ADS_POSTALADDRESS§Timestamp: ADS_TIMESTAMP§BackLink: ADS_BACKLINK§pTypedName: *mut ADS_TYPEDNAME§Hold: ADS_HOLD§pNetAddress: *mut ADS_NETADDRESS§pReplicaPointer: *mut ADS_REPLICAPOINTER§pFaxNumber: *mut ADS_FAXNUMBER§Email: ADS_EMAIL§SecurityDescriptor: ADS_NT_SECURITY_DESCRIPTOR§pDNWithBinary: *mut ADS_DN_WITH_BINARY§pDNWithString: *mut ADS_DN_WITH_STRING

Trait Implementations§

§

impl Clone for ADSVALUE_0

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for ADSVALUE_0

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for ADSVALUE_0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.