Struct windows::Win32::Devices::Tapi::ITLocationInfo_Vtbl
#[repr(C)]pub struct ITLocationInfo_Vtbl {
pub base__: IDispatch_Vtbl,
pub PermanentLocationID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CountryCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CountryID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Options: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PreferredCardID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub LocationName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub CityCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub LocalAccessCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub LongDistanceAccessCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub TollPrefixList: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub CancelCallWaitingCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§PermanentLocationID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CountryCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CountryID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Options: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PreferredCardID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§LocationName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§CityCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§LocalAccessCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§LongDistanceAccessCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§TollPrefixList: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§CancelCallWaitingCode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ITLocationInfo_Vtbl
impl ITLocationInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITLocationInfo_Vtblwhere
Identity: ITLocationInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITLocationInfo_Vtbl
impl RefUnwindSafe for ITLocationInfo_Vtbl
impl Send for ITLocationInfo_Vtbl
impl Sync for ITLocationInfo_Vtbl
impl Unpin for ITLocationInfo_Vtbl
impl UnwindSafe for ITLocationInfo_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