[−][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 Clone for proc_bsdinfo
[src]
fn clone(&self) -> proc_bsdinfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for proc_bsdinfo
[src]
Auto Trait Implementations
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, 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>,