pub struct SBProcessEvent<'e> { /* private fields */ }Implementations§
Source§impl<'e> SBProcessEvent<'e>
impl<'e> SBProcessEvent<'e>
pub const BROADCAST_BIT_STATE_CHANGED: u32
pub const BROADCAST_BIT_INTERRUPT: u32
pub const BROADCAST_BIT_STDOUT: u32
pub const BROADCAST_BIT_STDERR: u32
pub const BROADCAST_BIT_PROFILE_DATA: u32
pub const BROADCAST_BIT_STRUCTURED_DATA: u32
pub fn new(event: &'e SBEvent) -> Self
pub fn process_state(&self) -> StateType
pub fn process(&self) -> SBProcess
pub fn interrupted(&self) -> bool
pub fn restarted(&self) -> bool
pub fn restarted_reasons(&self) -> SBProcessEventRestartedReasonIter<'_> ⓘ
Auto Trait Implementations§
impl<'e> Freeze for SBProcessEvent<'e>
impl<'e> RefUnwindSafe for SBProcessEvent<'e>
impl<'e> Send for SBProcessEvent<'e>
impl<'e> Sync for SBProcessEvent<'e>
impl<'e> Unpin for SBProcessEvent<'e>
impl<'e> UnsafeUnpin for SBProcessEvent<'e>
impl<'e> UnwindSafe for SBProcessEvent<'e>
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