#[repr(C)]pub struct DS_REPSYNCALL_ERRINFOW {
pub pszSvrId: PWSTR,
pub error: DS_REPSYNCALL_ERROR,
pub dwWin32Err: u32,
pub pszSrcId: PWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
pszSvrId: PWSTR
error: DS_REPSYNCALL_ERROR
dwWin32Err: u32
pszSrcId: PWSTR
Trait Implementations
impl Clone for DS_REPSYNCALL_ERRINFOW
impl Clone for DS_REPSYNCALL_ERRINFOW
impl Copy for DS_REPSYNCALL_ERRINFOW
Auto Trait Implementations
impl RefUnwindSafe for DS_REPSYNCALL_ERRINFOW
impl !Send for DS_REPSYNCALL_ERRINFOW
impl !Sync for DS_REPSYNCALL_ERRINFOW
impl Unpin for DS_REPSYNCALL_ERRINFOW
impl UnwindSafe for DS_REPSYNCALL_ERRINFOW
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