Struct IDispCivicAddressReport_Vtbl
#[repr(C)]pub struct IDispCivicAddressReport_Vtbl {
pub base__: IDispatch_Vtbl,
pub AddressLine1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddressLine2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub City: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StateProvince: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CountryRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DetailLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AddressLine1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddressLine2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§City: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StateProvince: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CountryRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DetailLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IDispCivicAddressReport_Vtbl
impl IDispCivicAddressReport_Vtbl
pub const fn new<Identity: IDispCivicAddressReport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDispCivicAddressReport_Vtbl
impl RefUnwindSafe for IDispCivicAddressReport_Vtbl
impl Send for IDispCivicAddressReport_Vtbl
impl Sync for IDispCivicAddressReport_Vtbl
impl Unpin for IDispCivicAddressReport_Vtbl
impl UnwindSafe for IDispCivicAddressReport_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