Struct IUserDataAccount_Vtbl
#[repr(C)]pub struct IUserDataAccount_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UserDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUserDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut UserDataAccountOtherAppReadAccess) -> HRESULT,
pub SetOtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: UserDataAccountOtherAppReadAccess) -> HRESULT,
pub Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceAccountTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindAppointmentCalendarsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindEmailMailboxesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindContactListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindContactAnnotationListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UserDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetUserDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut UserDataAccountOtherAppReadAccess) -> HRESULT§SetOtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: UserDataAccountOtherAppReadAccess) -> HRESULT§Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeviceAccountTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindAppointmentCalendarsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindEmailMailboxesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindContactListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindContactAnnotationListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IUserDataAccount_Vtbl
impl RefUnwindSafe for IUserDataAccount_Vtbl
impl Send for IUserDataAccount_Vtbl
impl Sync for IUserDataAccount_Vtbl
impl Unpin for IUserDataAccount_Vtbl
impl UnwindSafe for IUserDataAccount_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