Struct windows_sys::Win32::Networking::ActiveDirectory::DS_REPL_CURSOR_2
[−]#[repr(C)]pub struct DS_REPL_CURSOR_2 {
pub uuidSourceDsaInvocationID: GUID,
pub usnAttributeFilter: i64,
pub ftimeLastSyncSuccess: FILETIME,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
, "Win32_Foundation"
Fields
uuidSourceDsaInvocationID: GUID
usnAttributeFilter: i64
ftimeLastSyncSuccess: FILETIME
Trait Implementations
impl Clone for DS_REPL_CURSOR_2
impl Clone for DS_REPL_CURSOR_2
impl Copy for DS_REPL_CURSOR_2
Auto Trait Implementations
impl RefUnwindSafe for DS_REPL_CURSOR_2
impl Send for DS_REPL_CURSOR_2
impl Sync for DS_REPL_CURSOR_2
impl Unpin for DS_REPL_CURSOR_2
impl UnwindSafe for DS_REPL_CURSOR_2
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