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