Struct ITileFlyoutUpdateManagerStatics_Vtbl
#[repr(C)]pub struct ITileFlyoutUpdateManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateTileFlyoutUpdaterForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTileFlyoutUpdaterForApplicationWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTileFlyoutUpdaterForSecondaryTile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTemplateContent: unsafe extern "system" fn(_: *mut c_void, _: TileFlyoutTemplateType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateTileFlyoutUpdaterForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateTileFlyoutUpdaterForApplicationWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateTileFlyoutUpdaterForSecondaryTile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTemplateContent: unsafe extern "system" fn(_: *mut c_void, _: TileFlyoutTemplateType, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITileFlyoutUpdateManagerStatics_Vtbl
impl RefUnwindSafe for ITileFlyoutUpdateManagerStatics_Vtbl
impl Send for ITileFlyoutUpdateManagerStatics_Vtbl
impl Sync for ITileFlyoutUpdateManagerStatics_Vtbl
impl Unpin for ITileFlyoutUpdateManagerStatics_Vtbl
impl UnwindSafe for ITileFlyoutUpdateManagerStatics_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