#[repr(C)]pub struct DS_REPL_NEIGHBORW_BLOB {Show 16 fields
pub oszNamingContext: u32,
pub oszSourceDsaDN: u32,
pub oszSourceDsaAddress: u32,
pub oszAsyncIntersiteTransportDN: u32,
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
oszNamingContext: u32
oszSourceDsaDN: u32
oszSourceDsaAddress: u32
oszAsyncIntersiteTransportDN: u32
dwReplicaFlags: u32
dwReserved: u32
uuidNamingContextObjGuid: GUID
uuidSourceDsaObjGuid: GUID
uuidSourceDsaInvocationID: GUID
uuidAsyncIntersiteTransportObjGuid: GUID
usnLastObjChangeSynced: i64
usnAttributeFilter: i64
ftimeLastSyncSuccess: FILETIME
ftimeLastSyncAttempt: FILETIME
dwLastSyncResult: u32
cNumConsecutiveSyncFailures: u32
Trait Implementations
impl Clone for DS_REPL_NEIGHBORW_BLOB
impl Clone for DS_REPL_NEIGHBORW_BLOB
impl Copy for DS_REPL_NEIGHBORW_BLOB
Auto Trait Implementations
impl RefUnwindSafe for DS_REPL_NEIGHBORW_BLOB
impl Send for DS_REPL_NEIGHBORW_BLOB
impl Sync for DS_REPL_NEIGHBORW_BLOB
impl Unpin for DS_REPL_NEIGHBORW_BLOB
impl UnwindSafe for DS_REPL_NEIGHBORW_BLOB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more