Struct IOutgoingVoipPhoneCallOptions_Vtbl
#[repr(C)]pub struct IOutgoingVoipPhoneCallOptions_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 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
§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 IOutgoingVoipPhoneCallOptions_Vtbl
impl RefUnwindSafe for IOutgoingVoipPhoneCallOptions_Vtbl
impl Send for IOutgoingVoipPhoneCallOptions_Vtbl
impl Sync for IOutgoingVoipPhoneCallOptions_Vtbl
impl Unpin for IOutgoingVoipPhoneCallOptions_Vtbl
impl UnwindSafe for IOutgoingVoipPhoneCallOptions_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