pub struct SignalOutput {
pub pid: u32,
pub signal: ProcessSignal,
}Fields§
§pid: u32§signal: ProcessSignalTrait Implementations§
Source§impl Clone for SignalOutput
impl Clone for SignalOutput
Source§fn clone(&self) -> SignalOutput
fn clone(&self) -> SignalOutput
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 SignalOutput
impl Debug for SignalOutput
Source§impl PartialEq for SignalOutput
impl PartialEq for SignalOutput
impl Eq for SignalOutput
impl StructuralPartialEq for SignalOutput
Auto Trait Implementations§
impl Freeze for SignalOutput
impl RefUnwindSafe for SignalOutput
impl Send for SignalOutput
impl Sync for SignalOutput
impl Unpin for SignalOutput
impl UnsafeUnpin for SignalOutput
impl UnwindSafe for SignalOutput
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