Struct windows::Devices::Midi::IMidiOutPort_Vtbl
#[repr(C)]pub struct IMidiOutPort_Vtbl {
pub base__: IInspectable_Vtbl,
pub SendMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SendBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SendMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SendBuffer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl IMidiOutPort_Vtbl
impl IMidiOutPort_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMidiOutPort_Vtblwhere
Identity: IMidiOutPort_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMidiOutPort_Vtbl
impl RefUnwindSafe for IMidiOutPort_Vtbl
impl Send for IMidiOutPort_Vtbl
impl Sync for IMidiOutPort_Vtbl
impl Unpin for IMidiOutPort_Vtbl
impl UnwindSafe for IMidiOutPort_Vtbl
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