Struct ITAddressTranslation_Vtbl
#[repr(C)]pub struct ITAddressTranslation_Vtbl {
pub base__: IDispatch_Vtbl,
pub TranslateAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub TranslateDialog: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut c_void) -> HRESULT,
pub EnumerateLocations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Locations: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub EnumerateCallingCards: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CallingCards: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§TranslateAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§TranslateDialog: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut c_void) -> HRESULT
§EnumerateLocations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Locations: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§EnumerateCallingCards: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CallingCards: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
Implementations§
§impl ITAddressTranslation_Vtbl
impl ITAddressTranslation_Vtbl
pub const fn new<Identity: ITAddressTranslation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITAddressTranslation_Vtbl
impl RefUnwindSafe for ITAddressTranslation_Vtbl
impl Send for ITAddressTranslation_Vtbl
impl Sync for ITAddressTranslation_Vtbl
impl Unpin for ITAddressTranslation_Vtbl
impl UnwindSafe for ITAddressTranslation_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