pub enum EventType {
Show 59 variants
Bounce = 131,
Chanpress = 12,
ClientChange = 62,
ClientExit = 61,
ClientStart = 60,
Clock = 36,
Continue = 31,
Control14 = 14,
Controller = 10,
Echo = 50,
Keypress = 8,
Keysign = 24,
None = 255,
Nonregparam = 15,
Note = 5,
Noteoff = 7,
Noteon = 6,
Oss = 51,
Pgmchange = 11,
Pitchbend = 13,
PortChange = 65,
PortExit = 64,
PortStart = 63,
PortSubscribed = 66,
PortUnsubscribed = 67,
Qframe = 22,
QueueSkew = 38,
Regparam = 16,
Reset = 41,
Result = 1,
Sensing = 42,
SetposTick = 33,
SetposTime = 34,
Songpos = 20,
Songsel = 21,
Start = 30,
Stop = 32,
SyncPos = 39,
Sysex = 130,
System = 0,
Tempo = 35,
Tick = 37,
Timesign = 23,
TuneRequest = 40,
Usr0 = 90,
Usr1 = 91,
Usr2 = 92,
Usr3 = 93,
Usr4 = 94,
Usr5 = 95,
Usr6 = 96,
Usr7 = 97,
Usr8 = 98,
Usr9 = 99,
UsrVar0 = 135,
UsrVar1 = 136,
UsrVar2 = 137,
UsrVar3 = 138,
UsrVar4 = 139,
}
Expand description
SND_SEQ_EVENT_xxx constants
Variants§
Bounce = 131
Chanpress = 12
ClientChange = 62
ClientExit = 61
ClientStart = 60
Clock = 36
Continue = 31
Control14 = 14
Controller = 10
Echo = 50
Keypress = 8
Keysign = 24
None = 255
Nonregparam = 15
Note = 5
Noteoff = 7
Noteon = 6
Oss = 51
Pgmchange = 11
Pitchbend = 13
PortChange = 65
PortExit = 64
PortStart = 63
PortSubscribed = 66
PortUnsubscribed = 67
Qframe = 22
QueueSkew = 38
Regparam = 16
Reset = 41
Result = 1
Sensing = 42
SetposTick = 33
SetposTime = 34
Songpos = 20
Songsel = 21
Start = 30
Stop = 32
SyncPos = 39
Sysex = 130
System = 0
Tempo = 35
Tick = 37
Timesign = 23
TuneRequest = 40
Usr0 = 90
Usr1 = 91
Usr2 = 92
Usr3 = 93
Usr4 = 94
Usr5 = 95
Usr6 = 96
Usr7 = 97
Usr8 = 98
Usr9 = 99
UsrVar0 = 135
UsrVar1 = 136
UsrVar2 = 137
UsrVar3 = 138
UsrVar4 = 139
Implementations§
Trait Implementations§
source§impl Ord for EventType
impl Ord for EventType
source§impl PartialEq for EventType
impl PartialEq for EventType
source§impl PartialOrd for EventType
impl PartialOrd for EventType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for EventType
impl Eq for EventType
impl StructuralEq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more