Struct IWalletItemCustomProperty_Vtbl
#[repr(C)]pub struct IWalletItemCustomProperty_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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) -> HRESULTAuto 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