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