#[repr(C)]pub struct ProcessExitEvent {
pub header: EventHeader,
pub exit_code: i32,
pub _padding: u32,
}Expand description
Process exit event
Fields§
§header: EventHeader§exit_code: i32§_padding: u32Trait Implementations§
Source§impl Clone for ProcessExitEvent
impl Clone for ProcessExitEvent
Source§fn clone(&self) -> ProcessExitEvent
fn clone(&self) -> ProcessExitEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessExitEvent
impl Debug for ProcessExitEvent
impl Copy for ProcessExitEvent
Auto Trait Implementations§
impl Freeze for ProcessExitEvent
impl RefUnwindSafe for ProcessExitEvent
impl Send for ProcessExitEvent
impl Sync for ProcessExitEvent
impl Unpin for ProcessExitEvent
impl UnwindSafe for ProcessExitEvent
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