Struct signal_hook::iterator::exfiltrator::SignalOnly [−][src]
pub struct SignalOnly;
An Exfiltrator providing just the signal numbers.
This is the basic exfiltrator for most needs. For that reason, there’s the
crate::iterator::Signals type alias, to simplify the type names for usual needs.
Trait Implementations
impl Clone for SignalOnly[src]
impl Clone for SignalOnly[src]fn clone(&self) -> SignalOnly[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for SignalOnly[src]
impl Default for SignalOnly[src]