Struct IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
#[repr(C)]pub struct IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub WebAccountProviderCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WebAccountCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CredentialCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Commands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HeaderText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetHeaderText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§WebAccountProviderCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§WebAccountCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CredentialCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Commands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§HeaderText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetHeaderText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
impl RefUnwindSafe for IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
impl Send for IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
impl Sync for IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
impl Unpin for IAccountsSettingsPaneCommandsRequestedEventArgs_Vtbl
impl UnwindSafe for IAccountsSettingsPaneCommandsRequestedEventArgs_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