[−][src]Struct nginx::rusage
Fields
ru_utime: timeval
ru_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
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>,