#[repr(C)]pub struct IWalletItemCustomProperty_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub AutoDetectLinks: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutoDetectLinks: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DetailViewPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut WalletDetailViewPosition) -> HRESULT,
pub SetDetailViewPosition: unsafe extern "system" fn(_: *mut c_void, _: WalletDetailViewPosition) -> HRESULT,
pub SummaryViewPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut WalletSummaryViewPosition) -> HRESULT,
pub SetSummaryViewPosition: unsafe extern "system" fn(_: *mut c_void, _: WalletSummaryViewPosition) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§AutoDetectLinks: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutoDetectLinks: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DetailViewPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut WalletDetailViewPosition) -> HRESULT
§SetDetailViewPosition: unsafe extern "system" fn(_: *mut c_void, _: WalletDetailViewPosition) -> HRESULT
§SummaryViewPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut WalletSummaryViewPosition) -> HRESULT
§SetSummaryViewPosition: unsafe extern "system" fn(_: *mut c_void, _: WalletSummaryViewPosition) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWalletItemCustomProperty_Vtbl
impl RefUnwindSafe for IWalletItemCustomProperty_Vtbl
impl Send for IWalletItemCustomProperty_Vtbl
impl Sync for IWalletItemCustomProperty_Vtbl
impl Unpin for IWalletItemCustomProperty_Vtbl
impl UnwindSafe for IWalletItemCustomProperty_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