Struct calloop::signals::Event[][src]

pub struct Event { /* fields omitted */ }

An event generated by the signal event source

Methods

impl Event
[src]

Retrieve the signal number that was receive

Access the full siginfo_t associated with this signal event

Trait Implementations

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event