Struct windows_sys::Win32::System::SystemServices::PACKEDEVENTINFO
[−]#[repr(C)]pub struct PACKEDEVENTINFO {
pub ulSize: u32,
pub ulNumEventsForLogFile: u32,
pub ulOffsets: [u32; 1],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
ulSize: u32
ulNumEventsForLogFile: u32
ulOffsets: [u32; 1]
Trait Implementations
impl Clone for PACKEDEVENTINFO
impl Clone for PACKEDEVENTINFO
impl Copy for PACKEDEVENTINFO
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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