Struct windows_sys::Win32::Networking::ActiveDirectory::DS_REPL_OPW
#[repr(C)]pub struct DS_REPL_OPW {
pub ftimeEnqueued: FILETIME,
pub ulSerialNumber: u32,
pub ulPriority: u32,
pub OpType: DS_REPL_OP_TYPE,
pub ulOptions: u32,
pub pszNamingContext: PWSTR,
pub pszDsaDN: PWSTR,
pub pszDsaAddress: PWSTR,
pub uuidNamingContextObjGuid: GUID,
pub uuidDsaObjGuid: GUID,
}
Fields§
§ftimeEnqueued: FILETIME
§ulSerialNumber: u32
§ulPriority: u32
§OpType: DS_REPL_OP_TYPE
§ulOptions: u32
§pszNamingContext: PWSTR
§pszDsaDN: PWSTR
§pszDsaAddress: PWSTR
§uuidNamingContextObjGuid: GUID
§uuidDsaObjGuid: GUID
Trait Implementations§
§impl Clone for DS_REPL_OPW
impl Clone for DS_REPL_OPW
§fn clone(&self) -> DS_REPL_OPW
fn clone(&self) -> DS_REPL_OPW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DS_REPL_OPW
Auto Trait Implementations§
impl Freeze for DS_REPL_OPW
impl RefUnwindSafe for DS_REPL_OPW
impl !Send for DS_REPL_OPW
impl !Sync for DS_REPL_OPW
impl Unpin for DS_REPL_OPW
impl UnwindSafe for DS_REPL_OPW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)