Struct endpointsecurity::audit_stat[][src]

#[repr(C)]
pub struct audit_stat {
Show 14 fields pub as_version: c_uint, pub as_numevent: c_uint, pub as_generated: c_int, pub as_nonattrib: c_int, pub as_kernel: c_int, pub as_audit: c_int, pub as_auditctl: c_int, pub as_enqueue: c_int, pub as_written: c_int, pub as_wblocked: c_int, pub as_rblocked: c_int, pub as_dropped: c_int, pub as_totalsize: c_int, pub as_memused: c_uint,
}

Fields

as_version: c_uintas_numevent: c_uintas_generated: c_intas_nonattrib: c_intas_kernel: c_intas_audit: c_intas_auditctl: c_intas_enqueue: c_intas_written: c_intas_wblocked: c_intas_rblocked: c_intas_dropped: c_intas_totalsize: c_intas_memused: c_uint

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.