Struct linux_audit_parser::EventID
source · pub struct EventID {
pub timestamp: u64,
pub sequence: u32,
}Expand description
The identifier of an audit event, corresponding to the
msg=audit(…) part of every auditd(8) log line.
It consists of a mullisecond-precision timestamp and a sequence number, thus guaranteeing per-host uniqueness.
Fields§
§timestamp: u64§sequence: u32Trait Implementations§
source§impl Ord for EventID
impl Ord for EventID
source§impl PartialOrd for EventID
impl PartialOrd for EventID
impl Copy for EventID
impl Eq for EventID
impl StructuralPartialEq for EventID
Auto Trait Implementations§
impl Freeze for EventID
impl RefUnwindSafe for EventID
impl Send for EventID
impl Sync for EventID
impl Unpin for EventID
impl UnwindSafe for EventID
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)