Struct windows_sys::Win32::Networking::ActiveDirectory::DS_REPSYNCALL_SYNCW
#[repr(C)]pub struct DS_REPSYNCALL_SYNCW {
pub pszSrcId: PWSTR,
pub pszDstId: PWSTR,
pub pszNC: PWSTR,
pub pguidSrc: *mut GUID,
pub pguidDst: *mut GUID,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more