Struct makepad_widgets::shader::std::windows::Devices::Midi::MidiMessageReceivedEventArgs
#[repr(transparent)]pub struct MidiMessageReceivedEventArgs(/* private fields */);Implementations§
§impl MidiMessageReceivedEventArgs
impl MidiMessageReceivedEventArgs
pub fn Message(&self) -> Result<IMidiMessage, Error>
Trait Implementations§
§impl Clone for MidiMessageReceivedEventArgs
impl Clone for MidiMessageReceivedEventArgs
§fn clone(&self) -> MidiMessageReceivedEventArgs
fn clone(&self) -> MidiMessageReceivedEventArgs
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 ComInterface for MidiMessageReceivedEventArgs
impl ComInterface for MidiMessageReceivedEventArgs
§const IID: GUID = <IMidiMessageReceivedEventArgs as ::windows_core::ComInterface>::IID
const IID: GUID = <IMidiMessageReceivedEventArgs as ::windows_core::ComInterface>::IID
A unique identifier representing this interface.
fn as_unknown(&self) -> &IUnknown
§impl Debug for MidiMessageReceivedEventArgs
impl Debug for MidiMessageReceivedEventArgs
§impl Interface for MidiMessageReceivedEventArgs
impl Interface for MidiMessageReceivedEventArgs
type Vtable = IMidiMessageReceivedEventArgs_Vtbl
§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.
§impl PartialEq<MidiMessageReceivedEventArgs> for MidiMessageReceivedEventArgs
impl PartialEq<MidiMessageReceivedEventArgs> for MidiMessageReceivedEventArgs
§fn eq(&self, other: &MidiMessageReceivedEventArgs) -> bool
fn eq(&self, other: &MidiMessageReceivedEventArgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MidiMessageReceivedEventArgs
impl Send for MidiMessageReceivedEventArgs
impl Sync for MidiMessageReceivedEventArgs
Auto Trait Implementations§
impl RefUnwindSafe for MidiMessageReceivedEventArgs
impl Unpin for MidiMessageReceivedEventArgs
impl UnwindSafe for MidiMessageReceivedEventArgs
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