[−][src]Struct nginx::rusage
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_14Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rusage
impl Send for rusage
impl Sync for rusage
impl Unpin for rusage
impl UnwindSafe for rusage
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,