#[repr(C)]pub struct job {
pub gleader: pid_t,
pub other: pid_t,
pub stat: c_int,
pub pwd: *mut c_char,
pub procs: *mut process,
pub auxprocs: *mut process,
pub filelist: LinkList,
pub stty_in_env: c_int,
pub ty: *mut ttyinfo,
}Fields§
§gleader: pid_t§other: pid_t§stat: c_int§pwd: *mut c_char§procs: *mut process§auxprocs: *mut process§filelist: LinkList§stty_in_env: c_int§ty: *mut ttyinfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for job
impl RefUnwindSafe for job
impl !Send for job
impl !Sync for job
impl Unpin for job
impl UnwindSafe for job
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more