#[repr(C)]
pub struct IAppCaptureAlternateShortcutKeys_Vtbl {
Show 21 fields pub base__: IInspectable_Vtbl, pub SetToggleGameBarKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT, pub ToggleGameBarKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT, pub SetToggleGameBarKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT, pub ToggleGameBarKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT, pub SetSaveHistoricalVideoKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT, pub SaveHistoricalVideoKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT, pub SetSaveHistoricalVideoKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT, pub SaveHistoricalVideoKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT, pub SetToggleRecordingKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT, pub ToggleRecordingKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT, pub SetToggleRecordingKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT, pub ToggleRecordingKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT, pub SetTakeScreenshotKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT, pub TakeScreenshotKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT, pub SetTakeScreenshotKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT, pub TakeScreenshotKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT, pub SetToggleRecordingIndicatorKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT, pub ToggleRecordingIndicatorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT, pub SetToggleRecordingIndicatorKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT, pub ToggleRecordingIndicatorKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§SetToggleGameBarKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT§ToggleGameBarKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT§SetToggleGameBarKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT§ToggleGameBarKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT§SetSaveHistoricalVideoKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT§SaveHistoricalVideoKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT§SetSaveHistoricalVideoKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT§SaveHistoricalVideoKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT§SetToggleRecordingKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT§ToggleRecordingKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT§SetToggleRecordingKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT§ToggleRecordingKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT§SetTakeScreenshotKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT§TakeScreenshotKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT§SetTakeScreenshotKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT§TakeScreenshotKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT§SetToggleRecordingIndicatorKey: unsafe extern "system" fn(_: *mut c_void, _: VirtualKey) -> HRESULT§ToggleRecordingIndicatorKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT§SetToggleRecordingIndicatorKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: VirtualKeyModifiers) -> HRESULT§ToggleRecordingIndicatorKeyModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKeyModifiers) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.