Struct IContactAddress_Vtbl
#[repr(C)]pub struct IContactAddress_Vtbl {
pub base__: IInspectable_Vtbl,
pub Country: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCountry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Locality: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocality: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Region: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StreetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStreetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Country: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCountry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Locality: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocality: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Region: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§PostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPostalCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§StreetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStreetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IContactAddress_Vtbl
impl RefUnwindSafe for IContactAddress_Vtbl
impl Send for IContactAddress_Vtbl
impl Sync for IContactAddress_Vtbl
impl Unpin for IContactAddress_Vtbl
impl UnwindSafe for IContactAddress_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