[−][src]Struct darwin_libproc::proc_bsdinfo
Fields
pbi_flags: u32
64bit; emulated etc
pbi_status: u32
pbi_xstatus: u32
pbi_pid: u32
pbi_ppid: u32
pbi_uid: u32
pbi_gid: u32
pbi_ruid: u32
pbi_rgid: u32
pbi_svuid: u32
pbi_svgid: u32
rfu_1: u32
reserved
pbi_comm: [i8; 16]
pbi_name: [i8; 32]
Empty if no name is registered
pbi_nfiles: u32
pbi_pgid: u32
pbi_pjobc: u32
e_tdev: u32
Controlling tty dev
e_tpgid: u32
tty process group id
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]
impl Debug for proc_bsdinfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for proc_bsdinfo
impl Send for proc_bsdinfo
impl Sync for proc_bsdinfo
impl Unpin for proc_bsdinfo
impl UnwindSafe for proc_bsdinfo
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>,