Struct 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