[−][src]Struct libc::proc_bsdinfo
Fields
pbi_flags: u32
pbi_status: u32
pbi_xstatus: u32
pbi_pid: u32
pbi_ppid: u32
pbi_uid: uid_t
pbi_gid: gid_t
pbi_ruid: uid_t
pbi_rgid: gid_t
pbi_svuid: uid_t
pbi_svgid: gid_t
rfu_1: u32
pbi_comm: [c_char; 16]
pbi_name: [c_char; 32]
pbi_nfiles: u32
pbi_pgid: u32
pbi_pjobc: u32
e_tdev: u32
e_tpgid: u32
pbi_nice: i32
pbi_start_tvsec: u64
pbi_start_tvusec: u64
Trait Implementations
impl PartialEq<proc_bsdinfo> for proc_bsdinfo
[src]
fn eq(&self, other: &proc_bsdinfo) -> bool
[src]
fn ne(&self, other: &proc_bsdinfo) -> bool
[src]
impl Eq for proc_bsdinfo
[src]
impl Hash for proc_bsdinfo
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Copy for proc_bsdinfo
[src]
impl Debug for proc_bsdinfo
[src]
impl Clone for proc_bsdinfo
[src]
fn clone(&self) -> proc_bsdinfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for 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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,