Struct windows::Media::Devices::IKeypadPressedEventArgs_Vtbl
#[repr(C)]pub struct IKeypadPressedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub TelephonyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut TelephonyKey) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TelephonyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut TelephonyKey) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKeypadPressedEventArgs_Vtbl
impl RefUnwindSafe for IKeypadPressedEventArgs_Vtbl
impl Send for IKeypadPressedEventArgs_Vtbl
impl Sync for IKeypadPressedEventArgs_Vtbl
impl Unpin for IKeypadPressedEventArgs_Vtbl
impl UnwindSafe for IKeypadPressedEventArgs_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