Struct windows_sys::Win32::System::WindowsSync::SYNC_VERSION
[−]Expand description
Required features: "Win32_System_WindowsSync"
Fields
dwLastUpdatingReplicaKey: u32
ullTickCount: u64
Trait Implementations
impl Clone for SYNC_VERSION
impl Clone for SYNC_VERSION
impl Copy for SYNC_VERSION
Auto Trait Implementations
impl RefUnwindSafe for SYNC_VERSION
impl Send for SYNC_VERSION
impl Sync for SYNC_VERSION
impl Unpin for SYNC_VERSION
impl UnwindSafe for SYNC_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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