Trait alsa::seq::EventData

source ·
pub trait EventData { }
Expand description

Internal trait implemented for different event type structs (EvNote, EvCtrl, etc).

Use it through Event::get_data and Event::new.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl EventData for ()

source§

impl EventData for [u8; 12]

Implementors§