Struct windows::Win32::Devices::Tapi::ITPhoneEvent_Vtbl
#[repr(C)]pub struct ITPhoneEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Event: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_EVENT) -> HRESULT,
pub ButtonState: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_BUTTON_STATE) -> HRESULT,
pub HookSwitchState: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_HOOK_SWITCH_STATE) -> HRESULT,
pub HookSwitchDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_HOOK_SWITCH_DEVICE) -> HRESULT,
pub RingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ButtonLampId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub NumberGathered: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Event: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_EVENT) -> HRESULT
§ButtonState: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_BUTTON_STATE) -> HRESULT
§HookSwitchState: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_HOOK_SWITCH_STATE) -> HRESULT
§HookSwitchDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut PHONE_HOOK_SWITCH_DEVICE) -> HRESULT
§RingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ButtonLampId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§NumberGathered: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITPhoneEvent_Vtbl
impl ITPhoneEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITPhoneEvent_Vtblwhere
Identity: ITPhoneEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITPhoneEvent_Vtbl
impl RefUnwindSafe for ITPhoneEvent_Vtbl
impl Send for ITPhoneEvent_Vtbl
impl Sync for ITPhoneEvent_Vtbl
impl Unpin for ITPhoneEvent_Vtbl
impl UnwindSafe for ITPhoneEvent_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