Struct gdnative_visual_script::common::libc::proc_bsdinfo[][src]

#[repr(C)]
pub struct proc_bsdinfo { pub pbi_flags: u32, pub pbi_status: u32, pub pbi_xstatus: u32, pub pbi_pid: u32, pub pbi_ppid: u32, pub pbi_uid: u32, pub pbi_gid: u32, pub pbi_ruid: u32, pub pbi_rgid: u32, pub pbi_svuid: u32, pub pbi_svgid: u32, pub rfu_1: u32, pub pbi_comm: [i8; 16], pub pbi_name: [i8; 32], pub pbi_nfiles: u32, pub pbi_pgid: u32, pub pbi_pjobc: u32, pub e_tdev: u32, pub e_tpgid: u32, pub pbi_nice: i32, pub pbi_start_tvsec: u64, pub pbi_start_tvusec: u64, }

Fields

Trait Implementations

impl Clone for proc_bsdinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for proc_bsdinfo
[src]

Auto Trait Implementations