Struct SYNC_SESSION_STATISTICS
#[repr(C)]pub struct SYNC_SESSION_STATISTICS {
pub dwChangesApplied: u32,
pub dwChangesFailed: u32,
}
Fields§
§dwChangesApplied: u32
§dwChangesFailed: u32
Trait Implementations§
§impl Clone for SYNC_SESSION_STATISTICS
impl Clone for SYNC_SESSION_STATISTICS
§fn clone(&self) -> SYNC_SESSION_STATISTICS
fn clone(&self) -> SYNC_SESSION_STATISTICS
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_SESSION_STATISTICS
impl Debug for SYNC_SESSION_STATISTICS
§impl Default for SYNC_SESSION_STATISTICS
impl Default for SYNC_SESSION_STATISTICS
§impl PartialEq for SYNC_SESSION_STATISTICS
impl PartialEq for SYNC_SESSION_STATISTICS
impl Copy for SYNC_SESSION_STATISTICS
impl StructuralPartialEq for SYNC_SESSION_STATISTICS
Auto Trait Implementations§
impl Freeze for SYNC_SESSION_STATISTICS
impl RefUnwindSafe for SYNC_SESSION_STATISTICS
impl Send for SYNC_SESSION_STATISTICS
impl Sync for SYNC_SESSION_STATISTICS
impl Unpin for SYNC_SESSION_STATISTICS
impl UnwindSafe for SYNC_SESSION_STATISTICS
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