Struct windows_sys::Win32::System::WindowsSync::SYNC_SESSION_STATISTICS
[−]#[repr(C)]pub struct SYNC_SESSION_STATISTICS {
pub dwChangesApplied: u32,
pub dwChangesFailed: u32,
}
Expand description
Required features: "Win32_System_WindowsSync"
Fields
dwChangesApplied: u32
dwChangesFailed: u32
Trait Implementations
impl Clone for SYNC_SESSION_STATISTICS
impl Clone for SYNC_SESSION_STATISTICS
impl Copy for SYNC_SESSION_STATISTICS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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