Struct winapi::um::winnt::EVENTSFORLOGFILE
source · #[repr(C)]pub struct EVENTSFORLOGFILE {
pub ulSize: DWORD,
pub szLogicalLogFile: [WCHAR; 256],
pub ulNumRecords: DWORD,
pub pEventLogRecords: [EVENTLOGRECORD; 0],
}Fields§
§ulSize: DWORD§szLogicalLogFile: [WCHAR; 256]§ulNumRecords: DWORD§pEventLogRecords: [EVENTLOGRECORD; 0]Trait Implementations§
source§impl Clone for EVENTSFORLOGFILE
impl Clone for EVENTSFORLOGFILE
source§fn clone(&self) -> EVENTSFORLOGFILE
fn clone(&self) -> EVENTSFORLOGFILE
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 moresource§impl Default for EVENTSFORLOGFILE
impl Default for EVENTSFORLOGFILE
source§fn default() -> EVENTSFORLOGFILE
fn default() -> EVENTSFORLOGFILE
Returns the “default value” for a type. Read more