Struct IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
#[repr(C)]pub struct IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CollectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut PlatformDataCollectionLevel) -> HRESULT,
pub CollectionLevelChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCollectionLevelChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub CanCollectDiagnostics: unsafe extern "system" fn(_: *mut c_void, _: PlatformDataCollectionLevel, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CollectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut PlatformDataCollectionLevel) -> HRESULT
§CollectionLevelChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveCollectionLevelChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§CanCollectDiagnostics: unsafe extern "system" fn(_: *mut c_void, _: PlatformDataCollectionLevel, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
impl RefUnwindSafe for IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
impl Send for IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
impl Sync for IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
impl Unpin for IPlatformDiagnosticsAndUsageDataSettingsStatics_Vtbl
impl UnwindSafe for IPlatformDiagnosticsAndUsageDataSettingsStatics_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