#[repr(C)]pub struct DIAGNOSTIC_DATA_GENERAL_STATS {
pub optInLevel: u32,
pub transcriptSizeBytes: u64,
pub oldestEventTimestamp: u64,
pub totalEventCountLast24Hours: u32,
pub averageDailyEvents: f32,
}
Expand description
Required features: "Win32_Security_DiagnosticDataQuery"
Fields
optInLevel: u32
transcriptSizeBytes: u64
oldestEventTimestamp: u64
totalEventCountLast24Hours: u32
averageDailyEvents: f32
Trait Implementations
impl Clone for DIAGNOSTIC_DATA_GENERAL_STATS
impl Clone for DIAGNOSTIC_DATA_GENERAL_STATS
impl Copy for DIAGNOSTIC_DATA_GENERAL_STATS
Auto Trait Implementations
impl RefUnwindSafe for DIAGNOSTIC_DATA_GENERAL_STATS
impl Send for DIAGNOSTIC_DATA_GENERAL_STATS
impl Sync for DIAGNOSTIC_DATA_GENERAL_STATS
impl Unpin for DIAGNOSTIC_DATA_GENERAL_STATS
impl UnwindSafe for DIAGNOSTIC_DATA_GENERAL_STATS
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