Struct asio::SignalSet [] [src]

pub struct SignalSet {
    // some fields omitted
}

Methods

impl SignalSet
[src]

Trait Implementations

impl IoObject for SignalSet
[src]

Returns a IoService associated with this object.

impl AsRawFd for SignalSet
[src]

Extracts the raw file descriptor. Read more

impl Drop for SignalSet
[src]

A method called when the value goes out of scope. Read more