Struct IPlatformDiagnosticActionsStatics_Vtbl
#[repr(C)]pub struct IPlatformDiagnosticActionsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsScenarioEnabled: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut bool) -> HRESULT,
pub TryEscalateScenario: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: PlatformDiagnosticEscalationType, _: *mut c_void, _: bool, _: bool, _: *mut c_void, _: *mut bool) -> HRESULT,
pub DownloadLatestSettingsForNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: bool, _: bool, _: bool, _: *mut PlatformDiagnosticActionState) -> HRESULT,
pub GetActiveScenarioList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ForceUpload: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticEventBufferLatencies, _: bool, _: bool, _: *mut PlatformDiagnosticActionState) -> HRESULT,
pub IsTraceRunning: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: GUID, _: u64, _: *mut PlatformDiagnosticTraceSlotState) -> HRESULT,
pub GetActiveTraceRuntime: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: *mut *mut c_void) -> HRESULT,
pub GetKnownTraceList: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsScenarioEnabled: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut bool) -> HRESULT§TryEscalateScenario: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: PlatformDiagnosticEscalationType, _: *mut c_void, _: bool, _: bool, _: *mut c_void, _: *mut bool) -> HRESULT§DownloadLatestSettingsForNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: bool, _: bool, _: bool, _: *mut PlatformDiagnosticActionState) -> HRESULT§GetActiveScenarioList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ForceUpload: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticEventBufferLatencies, _: bool, _: bool, _: *mut PlatformDiagnosticActionState) -> HRESULT§IsTraceRunning: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: GUID, _: u64, _: *mut PlatformDiagnosticTraceSlotState) -> HRESULT§GetActiveTraceRuntime: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: *mut *mut c_void) -> HRESULT§GetKnownTraceList: unsafe extern "system" fn(_: *mut c_void, _: PlatformDiagnosticTraceSlotType, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPlatformDiagnosticActionsStatics_Vtbl
impl RefUnwindSafe for IPlatformDiagnosticActionsStatics_Vtbl
impl Send for IPlatformDiagnosticActionsStatics_Vtbl
impl Sync for IPlatformDiagnosticActionsStatics_Vtbl
impl Unpin for IPlatformDiagnosticActionsStatics_Vtbl
impl UnwindSafe for IPlatformDiagnosticActionsStatics_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