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