Struct DS_REPL_ATTR_META_DATA
#[repr(C)]pub struct DS_REPL_ATTR_META_DATA {
pub pszAttributeName: PWSTR,
pub dwVersion: u32,
pub ftimeLastOriginatingChange: FILETIME,
pub uuidLastOriginatingDsaInvocationID: GUID,
pub usnOriginatingChange: i64,
pub usnLocalChange: i64,
}
Fields§
§pszAttributeName: PWSTR
§dwVersion: u32
§ftimeLastOriginatingChange: FILETIME
§uuidLastOriginatingDsaInvocationID: GUID
§usnOriginatingChange: i64
§usnLocalChange: i64
Trait Implementations§
§impl Clone for DS_REPL_ATTR_META_DATA
impl Clone for DS_REPL_ATTR_META_DATA
§fn clone(&self) -> DS_REPL_ATTR_META_DATA
fn clone(&self) -> DS_REPL_ATTR_META_DATA
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_ATTR_META_DATA
Auto Trait Implementations§
impl Freeze for DS_REPL_ATTR_META_DATA
impl RefUnwindSafe for DS_REPL_ATTR_META_DATA
impl !Send for DS_REPL_ATTR_META_DATA
impl !Sync for DS_REPL_ATTR_META_DATA
impl Unpin for DS_REPL_ATTR_META_DATA
impl UnwindSafe for DS_REPL_ATTR_META_DATA
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