Trait unsegen_signals::Signal[][src]

pub trait Signal {
    fn to_sig() -> c_int;
fn default_event() -> Event; }
Expand description

Every signal is described by a type that ties together its libc representation and a default Event (i.e., most likely, a key combination) that fires it.

Required methods

fn to_sig() -> c_int[src]

fn default_event() -> Event[src]

Implementors