Struct SYNC_VERSION
#[repr(C)]pub struct SYNC_VERSION {
pub dwLastUpdatingReplicaKey: u32,
pub ullTickCount: u64,
}
Fields§
§dwLastUpdatingReplicaKey: u32
§ullTickCount: u64
Trait Implementations§
§impl Clone for SYNC_VERSION
impl Clone for SYNC_VERSION
§fn clone(&self) -> SYNC_VERSION
fn clone(&self) -> SYNC_VERSION
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 more§impl Debug for SYNC_VERSION
impl Debug for SYNC_VERSION
§impl Default for SYNC_VERSION
impl Default for SYNC_VERSION
§impl PartialEq for SYNC_VERSION
impl PartialEq for SYNC_VERSION
impl Copy for SYNC_VERSION
impl StructuralPartialEq for SYNC_VERSION
Auto Trait Implementations§
impl Freeze for SYNC_VERSION
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§
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