Struct windows_sys::Devices::Midi::MidiMessageType
[−]#[repr(transparent)]pub struct MidiMessageType(pub i32);
Expand description
Required features: "Devices_Midi"
Tuple Fields
0: i32
Implementations
impl MidiMessageType
impl MidiMessageType
pub const None: Self = Self(0i32)
pub const NoteOff: Self = Self(128i32)
pub const NoteOn: Self = Self(144i32)
pub const PolyphonicKeyPressure: Self = Self(160i32)
pub const ControlChange: Self = Self(176i32)
pub const ProgramChange: Self = Self(192i32)
pub const ChannelPressure: Self = Self(208i32)
pub const PitchBendChange: Self = Self(224i32)
pub const SystemExclusive: Self = Self(240i32)
pub const MidiTimeCode: Self = Self(241i32)
pub const SongPositionPointer: Self = Self(242i32)
pub const SongSelect: Self = Self(243i32)
pub const TuneRequest: Self = Self(246i32)
pub const EndSystemExclusive: Self = Self(247i32)
pub const TimingClock: Self = Self(248i32)
pub const Start: Self = Self(250i32)
pub const Continue: Self = Self(251i32)
pub const Stop: Self = Self(252i32)
pub const ActiveSensing: Self = Self(254i32)
pub const SystemReset: Self = Self(255i32)
Trait Implementations
impl Clone for MidiMessageType
impl Clone for MidiMessageType
impl Copy for MidiMessageType
Auto Trait Implementations
impl RefUnwindSafe for MidiMessageType
impl Send for MidiMessageType
impl Sync for MidiMessageType
impl Unpin for MidiMessageType
impl UnwindSafe for MidiMessageType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more