Struct IUserDataAccount4_Vtbl
#[repr(C)]pub struct IUserDataAccount4_Vtbl {
pub base__: IInspectable_Vtbl,
pub CanShowCreateContactGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCanShowCreateContactGroup: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ProviderProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindUserDataTaskListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindContactGroupsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryShowCreateContactGroupAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIsProtectedUnderLock: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CanShowCreateContactGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetCanShowCreateContactGroup: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ProviderProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindUserDataTaskListsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindContactGroupsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TryShowCreateContactGroupAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetIsProtectedUnderLock: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§SetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IUserDataAccount4_Vtbl
impl RefUnwindSafe for IUserDataAccount4_Vtbl
impl Send for IUserDataAccount4_Vtbl
impl Sync for IUserDataAccount4_Vtbl
impl Unpin for IUserDataAccount4_Vtbl
impl UnwindSafe for IUserDataAccount4_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