Struct IAppInitiatedVoipPhoneCallOptions_Vtbl
#[repr(C)]pub struct IAppInitiatedVoipPhoneCallOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub Context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ContactName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContactName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ContactNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContactNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Media: unsafe extern "system" fn(_: *mut c_void, _: *mut VoipPhoneCallMedia) -> HRESULT,
pub SetMedia: unsafe extern "system" fn(_: *mut c_void, _: VoipPhoneCallMedia) -> HRESULT,
pub AssociatedDeviceIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ContactName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContactName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ContactNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContactNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Media: unsafe extern "system" fn(_: *mut c_void, _: *mut VoipPhoneCallMedia) -> HRESULT
§SetMedia: unsafe extern "system" fn(_: *mut c_void, _: VoipPhoneCallMedia) -> HRESULT
§AssociatedDeviceIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppInitiatedVoipPhoneCallOptions_Vtbl
impl RefUnwindSafe for IAppInitiatedVoipPhoneCallOptions_Vtbl
impl Send for IAppInitiatedVoipPhoneCallOptions_Vtbl
impl Sync for IAppInitiatedVoipPhoneCallOptions_Vtbl
impl Unpin for IAppInitiatedVoipPhoneCallOptions_Vtbl
impl UnwindSafe for IAppInitiatedVoipPhoneCallOptions_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