#[repr(C)]pub struct DS_REPSYNCALL_SYNCW {
pub pszSrcId: PWSTR,
pub pszDstId: PWSTR,
pub pszNC: PWSTR,
pub pguidSrc: *mut GUID,
pub pguidDst: *mut GUID,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
pszSrcId: PWSTR
pszDstId: PWSTR
pszNC: PWSTR
pguidSrc: *mut GUID
pguidDst: *mut GUID
Trait Implementations
impl Clone for DS_REPSYNCALL_SYNCW
impl Clone for DS_REPSYNCALL_SYNCW
impl Copy for DS_REPSYNCALL_SYNCW
Auto Trait Implementations
impl RefUnwindSafe for DS_REPSYNCALL_SYNCW
impl !Send for DS_REPSYNCALL_SYNCW
impl !Sync for DS_REPSYNCALL_SYNCW
impl Unpin for DS_REPSYNCALL_SYNCW
impl UnwindSafe for DS_REPSYNCALL_SYNCW
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