Struct MidiMessageType
#[repr(transparent)]pub struct MidiMessageType(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> MidiMessageType
fn clone(&self) -> MidiMessageType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MidiMessageType
impl Debug for MidiMessageType
§impl Default for MidiMessageType
impl Default for MidiMessageType
§fn default() -> MidiMessageType
fn default() -> MidiMessageType
Returns the “default value” for a type. Read more
§impl PartialEq for MidiMessageType
impl PartialEq for MidiMessageType
impl Copy for MidiMessageType
impl Eq for MidiMessageType
impl StructuralPartialEq for MidiMessageType
Auto Trait Implementations§
impl Freeze for MidiMessageType
impl RefUnwindSafe for MidiMessageType
impl Send for MidiMessageType
impl Sync for MidiMessageType
impl Unpin for MidiMessageType
impl UnwindSafe for MidiMessageType
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