#[repr(C)]pub struct _EVENTLOGRECORD {Show 16 fields
pub Length: DWORD,
pub Reserved: DWORD,
pub RecordNumber: DWORD,
pub TimeGenerated: DWORD,
pub TimeWritten: DWORD,
pub EventID: DWORD,
pub EventType: WORD,
pub NumStrings: WORD,
pub EventCategory: WORD,
pub ReservedFlags: WORD,
pub ClosingRecordNumber: DWORD,
pub StringOffset: DWORD,
pub UserSidLength: DWORD,
pub UserSidOffset: DWORD,
pub DataLength: DWORD,
pub DataOffset: DWORD,
}
Fields§
§Length: DWORD
§Reserved: DWORD
§RecordNumber: DWORD
§TimeGenerated: DWORD
§TimeWritten: DWORD
§EventID: DWORD
§EventType: WORD
§NumStrings: WORD
§EventCategory: WORD
§ReservedFlags: WORD
§ClosingRecordNumber: DWORD
§StringOffset: DWORD
§UserSidLength: DWORD
§UserSidOffset: DWORD
§DataLength: DWORD
§DataOffset: DWORD
Trait Implementations§
Source§impl Clone for _EVENTLOGRECORD
impl Clone for _EVENTLOGRECORD
Source§fn clone(&self) -> _EVENTLOGRECORD
fn clone(&self) -> _EVENTLOGRECORD
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 Debug for _EVENTLOGRECORD
impl Debug for _EVENTLOGRECORD
Source§impl Ord for _EVENTLOGRECORD
impl Ord for _EVENTLOGRECORD
Source§fn cmp(&self, other: &_EVENTLOGRECORD) -> Ordering
fn cmp(&self, other: &_EVENTLOGRECORD) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _EVENTLOGRECORD
impl PartialEq for _EVENTLOGRECORD
Source§impl PartialOrd for _EVENTLOGRECORD
impl PartialOrd for _EVENTLOGRECORD
impl Copy for _EVENTLOGRECORD
impl Eq for _EVENTLOGRECORD
impl StructuralPartialEq for _EVENTLOGRECORD
Auto Trait Implementations§
impl Freeze for _EVENTLOGRECORD
impl RefUnwindSafe for _EVENTLOGRECORD
impl Send for _EVENTLOGRECORD
impl Sync for _EVENTLOGRECORD
impl Unpin for _EVENTLOGRECORD
impl UnwindSafe for _EVENTLOGRECORD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more