Struct fio_ioengine_sys::rusage[][src]

#[repr(C)]
pub struct rusage {
Show fields pub ru_utime: timeval, pub ru_stime: timeval, pub __bindgen_anon_1: rusage__bindgen_ty_1, pub __bindgen_anon_2: rusage__bindgen_ty_2, pub __bindgen_anon_3: rusage__bindgen_ty_3, pub __bindgen_anon_4: rusage__bindgen_ty_4, pub __bindgen_anon_5: rusage__bindgen_ty_5, pub __bindgen_anon_6: rusage__bindgen_ty_6, pub __bindgen_anon_7: rusage__bindgen_ty_7, pub __bindgen_anon_8: rusage__bindgen_ty_8, pub __bindgen_anon_9: rusage__bindgen_ty_9, pub __bindgen_anon_10: rusage__bindgen_ty_10, pub __bindgen_anon_11: rusage__bindgen_ty_11, pub __bindgen_anon_12: rusage__bindgen_ty_12, pub __bindgen_anon_13: rusage__bindgen_ty_13, pub __bindgen_anon_14: rusage__bindgen_ty_14,
}

Fields

ru_utime: timevalru_stime: timeval__bindgen_anon_1: rusage__bindgen_ty_1__bindgen_anon_2: rusage__bindgen_ty_2__bindgen_anon_3: rusage__bindgen_ty_3__bindgen_anon_4: rusage__bindgen_ty_4__bindgen_anon_5: rusage__bindgen_ty_5__bindgen_anon_6: rusage__bindgen_ty_6__bindgen_anon_7: rusage__bindgen_ty_7__bindgen_anon_8: rusage__bindgen_ty_8__bindgen_anon_9: rusage__bindgen_ty_9__bindgen_anon_10: rusage__bindgen_ty_10__bindgen_anon_11: rusage__bindgen_ty_11__bindgen_anon_12: rusage__bindgen_ty_12__bindgen_anon_13: rusage__bindgen_ty_13__bindgen_anon_14: rusage__bindgen_ty_14

Trait Implementations

impl Clone for rusage[src]

fn clone(&self) -> rusage[src]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for rusage[src]

Auto Trait Implementations

impl Send for rusage

impl Sync for rusage

impl Unpin for rusage

Blanket Implementations

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

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

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

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.