Type Alias signal_hook_mio::v0_8::Signals

source ·
pub type Signals = SignalsInfo<SignalOnly>;
Expand description

A simplified signal iterator.

This is the SignalsInfo, but returning only the signal numbers. This is likely the one you want to use.

Aliased Type§

struct Signals(/* private fields */);

Trait Implementations§

source§

impl Source for Signals

source§

fn register( &mut self, registry: &Registry, token: Token, interest: Interest ) -> Result<(), Error>

Register self with the given Registry instance. Read more
source§

fn reregister( &mut self, registry: &Registry, token: Token, interest: Interest ) -> Result<(), Error>

Re-register self with the given Registry instance. Read more
source§

fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

Deregister self from the given Registry instance. Read more