Struct windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountPartnerAccountInfo_Vtbl
#[repr(C)]pub struct IUserDataAccountPartnerAccountInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AccountKind: unsafe extern "system" fn(_: *mut c_void, _: *mut UserDataAccountProviderPartnerAccountKind) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AccountKind: unsafe extern "system" fn(_: *mut c_void, _: *mut UserDataAccountProviderPartnerAccountKind) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUserDataAccountPartnerAccountInfo_Vtbl
impl RefUnwindSafe for IUserDataAccountPartnerAccountInfo_Vtbl
impl Send for IUserDataAccountPartnerAccountInfo_Vtbl
impl Sync for IUserDataAccountPartnerAccountInfo_Vtbl
impl Unpin for IUserDataAccountPartnerAccountInfo_Vtbl
impl UnwindSafe for IUserDataAccountPartnerAccountInfo_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