#[repr(C)]pub struct DS_REPSYNCALL_UPDATEA {
pub event: DS_REPSYNCALL_EVENT,
pub pErrInfo: *mut DS_REPSYNCALL_ERRINFOA,
pub pSync: *mut DS_REPSYNCALL_SYNCA,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
event: DS_REPSYNCALL_EVENT
pErrInfo: *mut DS_REPSYNCALL_ERRINFOA
pSync: *mut DS_REPSYNCALL_SYNCA
Trait Implementations
impl Clone for DS_REPSYNCALL_UPDATEA
impl Clone for DS_REPSYNCALL_UPDATEA
impl Copy for DS_REPSYNCALL_UPDATEA
Auto Trait Implementations
impl RefUnwindSafe for DS_REPSYNCALL_UPDATEA
impl !Send for DS_REPSYNCALL_UPDATEA
impl !Sync for DS_REPSYNCALL_UPDATEA
impl Unpin for DS_REPSYNCALL_UPDATEA
impl UnwindSafe for DS_REPSYNCALL_UPDATEA
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