Struct win_sys::SystemServices::PACKEDEVENTINFO [−][src]
#[repr(C)]pub struct PACKEDEVENTINFO {
pub ulSize: u32,
pub ulNumEventsForLogFile: u32,
pub ulOffsets: [u32; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
ulSize: u32ulNumEventsForLogFile: u32ulOffsets: [u32; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PACKEDEVENTINFO
impl Send for PACKEDEVENTINFO
impl Sync for PACKEDEVENTINFO
impl Unpin for PACKEDEVENTINFO
impl UnwindSafe for PACKEDEVENTINFO
Blanket Implementations
Mutably borrows from an owned value. Read more