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
pub const NoteOff: Self
pub const NoteOn: Self
pub const PolyphonicKeyPressure: Self
pub const ControlChange: Self
pub const ProgramChange: Self
pub const ChannelPressure: Self
pub const PitchBendChange: Self
pub const SystemExclusive: Self
pub const MidiTimeCode: Self
pub const SongPositionPointer: Self
pub const SongSelect: Self
pub const TuneRequest: Self
pub const EndSystemExclusive: Self
pub const TimingClock: Self
pub const Start: Self
pub const Continue: Self
pub const Stop: Self
pub const ActiveSensing: Self
pub const SystemReset: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more