#[repr(C)]pub struct IAppCaptureAlternateShortcutKeys2_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetToggleMicrophoneCaptureKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT,
pub ToggleMicrophoneCaptureKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT,
pub SetToggleMicrophoneCaptureKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT,
pub ToggleMicrophoneCaptureKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetToggleMicrophoneCaptureKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT
§ToggleMicrophoneCaptureKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT
§SetToggleMicrophoneCaptureKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT
§ToggleMicrophoneCaptureKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppCaptureAlternateShortcutKeys2_Vtbl
impl RefUnwindSafe for IAppCaptureAlternateShortcutKeys2_Vtbl
impl Send for IAppCaptureAlternateShortcutKeys2_Vtbl
impl Sync for IAppCaptureAlternateShortcutKeys2_Vtbl
impl Unpin for IAppCaptureAlternateShortcutKeys2_Vtbl
impl UnwindSafe for IAppCaptureAlternateShortcutKeys2_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