Struct IDualSimTileStatics_Vtbl
#[repr(C)]pub struct IDualSimTileStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetTileForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UpdateDisplayNameForSim1Async: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTileUpdaterForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateTileUpdaterForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateBadgeUpdaterForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateBadgeUpdaterForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateToastNotifierForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateToastNotifierForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetTileForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§UpdateDisplayNameForSim1Async: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateTileUpdaterForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateTileUpdaterForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateBadgeUpdaterForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateBadgeUpdaterForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateToastNotifierForSim1: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateToastNotifierForSim2: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDualSimTileStatics_Vtbl
impl RefUnwindSafe for IDualSimTileStatics_Vtbl
impl Send for IDualSimTileStatics_Vtbl
impl Sync for IDualSimTileStatics_Vtbl
impl Unpin for IDualSimTileStatics_Vtbl
impl UnwindSafe for IDualSimTileStatics_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