Struct windows::UI::ApplicationSettings::IWebAccountCommand_Vtbl
#[repr(C)]pub struct IWebAccountCommand_Vtbl {
pub base__: IInspectable_Vtbl,
pub WebAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Invoked: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Actions: unsafe extern "system" fn(_: *mut c_void, _: *mut SupportedWebAccountActions) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§WebAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Invoked: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Actions: unsafe extern "system" fn(_: *mut c_void, _: *mut SupportedWebAccountActions) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWebAccountCommand_Vtbl
impl RefUnwindSafe for IWebAccountCommand_Vtbl
impl Send for IWebAccountCommand_Vtbl
impl Sync for IWebAccountCommand_Vtbl
impl Unpin for IWebAccountCommand_Vtbl
impl UnwindSafe for IWebAccountCommand_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