#[repr(C)]
pub struct DS_REPL_NEIGHBORW {
Show 16 fields pub pszNamingContext: PWSTR, pub pszSourceDsaDN: PWSTR, pub pszSourceDsaAddress: PWSTR, pub pszAsyncIntersiteTransportDN: PWSTR, pub dwReplicaFlags: u32, pub dwReserved: u32, pub uuidNamingContextObjGuid: GUID, pub uuidSourceDsaObjGuid: GUID, pub uuidSourceDsaInvocationID: GUID, pub uuidAsyncIntersiteTransportObjGuid: GUID, pub usnLastObjChangeSynced: i64, pub usnAttributeFilter: i64, pub ftimeLastSyncSuccess: FILETIME, pub ftimeLastSyncAttempt: FILETIME, pub dwLastSyncResult: u32, pub cNumConsecutiveSyncFailures: u32,
}
Expand description

Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation"

Fields

pszNamingContext: PWSTRpszSourceDsaDN: PWSTRpszSourceDsaAddress: PWSTRpszAsyncIntersiteTransportDN: PWSTRdwReplicaFlags: u32dwReserved: u32uuidNamingContextObjGuid: GUIDuuidSourceDsaObjGuid: GUIDuuidSourceDsaInvocationID: GUIDuuidAsyncIntersiteTransportObjGuid: GUIDusnLastObjChangeSynced: i64usnAttributeFilter: i64ftimeLastSyncSuccess: FILETIMEftimeLastSyncAttempt: FILETIMEdwLastSyncResult: u32cNumConsecutiveSyncFailures: u32

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.