Struct windows_sys::Win32::Networking::ActiveDirectory::DS_REPL_CURSOR_3W
#[repr(C)]pub struct DS_REPL_CURSOR_3W {
pub uuidSourceDsaInvocationID: GUID,
pub usnAttributeFilter: i64,
pub ftimeLastSyncSuccess: FILETIME,
pub pszSourceDsaDN: PWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§uuidSourceDsaInvocationID: GUID
§usnAttributeFilter: i64
§ftimeLastSyncSuccess: FILETIME
§pszSourceDsaDN: PWSTR
Trait Implementations§
§impl Clone for DS_REPL_CURSOR_3W
impl Clone for DS_REPL_CURSOR_3W
impl Copy for DS_REPL_CURSOR_3W
Auto Trait Implementations§
impl RefUnwindSafe for DS_REPL_CURSOR_3W
impl !Send for DS_REPL_CURSOR_3W
impl !Sync for DS_REPL_CURSOR_3W
impl Unpin for DS_REPL_CURSOR_3W
impl UnwindSafe for DS_REPL_CURSOR_3W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more