[][src]Struct uikit_sys::audit_stat

#[repr(C)]pub struct audit_stat {
    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

impl Clone for audit_stat[src]

impl Copy for audit_stat[src]

impl Debug for audit_stat[src]

impl Default for audit_stat[src]

Auto Trait Implementations

impl RefUnwindSafe for audit_stat

impl Send for audit_stat

impl Sync for audit_stat

impl Unpin for audit_stat

impl UnwindSafe for audit_stat

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.