Struct IMidiMessage
pub struct IMidiMessage(/* private fields */);
Implementations§
§impl IMidiMessage
impl IMidiMessage
Trait Implementations§
§impl CanInto<IInspectable> for IMidiMessage
impl CanInto<IInspectable> for IMidiMessage
§impl CanInto<IMidiMessage> for MidiActiveSensingMessage
impl CanInto<IMidiMessage> for MidiActiveSensingMessage
§impl CanInto<IMidiMessage> for MidiChannelPressureMessage
impl CanInto<IMidiMessage> for MidiChannelPressureMessage
§impl CanInto<IMidiMessage> for MidiContinueMessage
impl CanInto<IMidiMessage> for MidiContinueMessage
§impl CanInto<IMidiMessage> for MidiControlChangeMessage
impl CanInto<IMidiMessage> for MidiControlChangeMessage
§impl CanInto<IMidiMessage> for MidiNoteOffMessage
impl CanInto<IMidiMessage> for MidiNoteOffMessage
§impl CanInto<IMidiMessage> for MidiNoteOnMessage
impl CanInto<IMidiMessage> for MidiNoteOnMessage
§impl CanInto<IMidiMessage> for MidiPitchBendChangeMessage
impl CanInto<IMidiMessage> for MidiPitchBendChangeMessage
§impl CanInto<IMidiMessage> for MidiPolyphonicKeyPressureMessage
impl CanInto<IMidiMessage> for MidiPolyphonicKeyPressureMessage
§impl CanInto<IMidiMessage> for MidiProgramChangeMessage
impl CanInto<IMidiMessage> for MidiProgramChangeMessage
§impl CanInto<IMidiMessage> for MidiSongPositionPointerMessage
impl CanInto<IMidiMessage> for MidiSongPositionPointerMessage
§impl CanInto<IMidiMessage> for MidiSongSelectMessage
impl CanInto<IMidiMessage> for MidiSongSelectMessage
§impl CanInto<IMidiMessage> for MidiStartMessage
impl CanInto<IMidiMessage> for MidiStartMessage
§impl CanInto<IMidiMessage> for MidiStopMessage
impl CanInto<IMidiMessage> for MidiStopMessage
§impl CanInto<IMidiMessage> for MidiSystemExclusiveMessage
impl CanInto<IMidiMessage> for MidiSystemExclusiveMessage
§impl CanInto<IMidiMessage> for MidiSystemResetMessage
impl CanInto<IMidiMessage> for MidiSystemResetMessage
§impl CanInto<IMidiMessage> for MidiTimeCodeMessage
impl CanInto<IMidiMessage> for MidiTimeCodeMessage
§impl CanInto<IMidiMessage> for MidiTimingClockMessage
impl CanInto<IMidiMessage> for MidiTimingClockMessage
§impl CanInto<IMidiMessage> for MidiTuneRequestMessage
impl CanInto<IMidiMessage> for MidiTuneRequestMessage
§impl CanInto<IUnknown> for IMidiMessage
impl CanInto<IUnknown> for IMidiMessage
§impl Clone for IMidiMessage
impl Clone for IMidiMessage
§fn clone(&self) -> IMidiMessage
fn clone(&self) -> IMidiMessage
Returns a copy 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 IMidiMessage
impl Debug for IMidiMessage
§impl From<&IMidiMessage> for &IInspectable
impl From<&IMidiMessage> for &IInspectable
§fn from(value: &IMidiMessage) -> Self
fn from(value: &IMidiMessage) -> Self
Converts to this type from the input type.
§impl From<&IMidiMessage> for &IUnknown
impl From<&IMidiMessage> for &IUnknown
§fn from(value: &IMidiMessage) -> Self
fn from(value: &IMidiMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiActiveSensingMessage> for &IMidiMessage
impl From<&MidiActiveSensingMessage> for &IMidiMessage
§fn from(value: &MidiActiveSensingMessage) -> Self
fn from(value: &MidiActiveSensingMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiContinueMessage> for &IMidiMessage
impl From<&MidiContinueMessage> for &IMidiMessage
§fn from(value: &MidiContinueMessage) -> Self
fn from(value: &MidiContinueMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiStartMessage> for &IMidiMessage
impl From<&MidiStartMessage> for &IMidiMessage
§fn from(value: &MidiStartMessage) -> Self
fn from(value: &MidiStartMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiStopMessage> for &IMidiMessage
impl From<&MidiStopMessage> for &IMidiMessage
§fn from(value: &MidiStopMessage) -> Self
fn from(value: &MidiStopMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiSystemExclusiveMessage> for &IMidiMessage
impl From<&MidiSystemExclusiveMessage> for &IMidiMessage
§fn from(value: &MidiSystemExclusiveMessage) -> Self
fn from(value: &MidiSystemExclusiveMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiSystemResetMessage> for &IMidiMessage
impl From<&MidiSystemResetMessage> for &IMidiMessage
§fn from(value: &MidiSystemResetMessage) -> Self
fn from(value: &MidiSystemResetMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiTimingClockMessage> for &IMidiMessage
impl From<&MidiTimingClockMessage> for &IMidiMessage
§fn from(value: &MidiTimingClockMessage) -> Self
fn from(value: &MidiTimingClockMessage) -> Self
Converts to this type from the input type.
§impl From<&MidiTuneRequestMessage> for &IMidiMessage
impl From<&MidiTuneRequestMessage> for &IMidiMessage
§fn from(value: &MidiTuneRequestMessage) -> Self
fn from(value: &MidiTuneRequestMessage) -> Self
Converts to this type from the input type.
§impl From<IMidiMessage> for IInspectable
impl From<IMidiMessage> for IInspectable
§fn from(value: IMidiMessage) -> Self
fn from(value: IMidiMessage) -> Self
Converts to this type from the input type.
§impl From<IMidiMessage> for IUnknown
impl From<IMidiMessage> for IUnknown
§fn from(value: IMidiMessage) -> Self
fn from(value: IMidiMessage) -> Self
Converts to this type from the input type.
§impl From<MidiActiveSensingMessage> for IMidiMessage
impl From<MidiActiveSensingMessage> for IMidiMessage
§fn from(value: MidiActiveSensingMessage) -> Self
fn from(value: MidiActiveSensingMessage) -> Self
Converts to this type from the input type.
§impl From<MidiContinueMessage> for IMidiMessage
impl From<MidiContinueMessage> for IMidiMessage
§fn from(value: MidiContinueMessage) -> Self
fn from(value: MidiContinueMessage) -> Self
Converts to this type from the input type.
§impl From<MidiStartMessage> for IMidiMessage
impl From<MidiStartMessage> for IMidiMessage
§fn from(value: MidiStartMessage) -> Self
fn from(value: MidiStartMessage) -> Self
Converts to this type from the input type.
§impl From<MidiStopMessage> for IMidiMessage
impl From<MidiStopMessage> for IMidiMessage
§fn from(value: MidiStopMessage) -> Self
fn from(value: MidiStopMessage) -> Self
Converts to this type from the input type.
§impl From<MidiSystemExclusiveMessage> for IMidiMessage
impl From<MidiSystemExclusiveMessage> for IMidiMessage
§fn from(value: MidiSystemExclusiveMessage) -> Self
fn from(value: MidiSystemExclusiveMessage) -> Self
Converts to this type from the input type.
§impl From<MidiSystemResetMessage> for IMidiMessage
impl From<MidiSystemResetMessage> for IMidiMessage
§fn from(value: MidiSystemResetMessage) -> Self
fn from(value: MidiSystemResetMessage) -> Self
Converts to this type from the input type.
§impl From<MidiTimingClockMessage> for IMidiMessage
impl From<MidiTimingClockMessage> for IMidiMessage
§fn from(value: MidiTimingClockMessage) -> Self
fn from(value: MidiTimingClockMessage) -> Self
Converts to this type from the input type.
§impl From<MidiTuneRequestMessage> for IMidiMessage
impl From<MidiTuneRequestMessage> for IMidiMessage
§fn from(value: MidiTuneRequestMessage) -> Self
fn from(value: MidiTuneRequestMessage) -> Self
Converts to this type from the input type.
§impl Interface for IMidiMessage
impl Interface for IMidiMessage
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IMidiMessage
impl PartialEq for IMidiMessage
impl Eq for IMidiMessage
impl StructuralPartialEq for IMidiMessage
Auto Trait Implementations§
impl Freeze for IMidiMessage
impl RefUnwindSafe for IMidiMessage
impl !Send for IMidiMessage
impl !Sync for IMidiMessage
impl Unpin for IMidiMessage
impl UnwindSafe for IMidiMessage
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