pub struct JobInfo {
pub return_code: i64,
pub exited: bool,
pub kill_on_oom: bool,
pub debugger_attached: bool,
}
Fields§
§return_code: i64
§exited: bool
§kill_on_oom: bool
§debugger_attached: bool
Trait Implementations§
source§impl From<zx_info_job_t> for JobInfo
impl From<zx_info_job_t> for JobInfo
source§fn from(_: zx_info_job_t) -> Self
fn from(_: zx_info_job_t) -> Self
Converts to this type from the input type.
source§impl PartialEq for JobInfo
impl PartialEq for JobInfo
impl Copy for JobInfo
impl Eq for JobInfo
impl StructuralPartialEq for JobInfo
Auto Trait Implementations§
impl Freeze for JobInfo
impl RefUnwindSafe for JobInfo
impl Send for JobInfo
impl Sync for JobInfo
impl Unpin for JobInfo
impl UnwindSafe for JobInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)