Struct PlatformDiagnosticsAndUsageDataSettings
pub struct PlatformDiagnosticsAndUsageDataSettings;
Implementations§
§impl PlatformDiagnosticsAndUsageDataSettings
impl PlatformDiagnosticsAndUsageDataSettings
pub fn CollectionLevel() -> Result<PlatformDataCollectionLevel>
pub fn CollectionLevelChanged<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemoveCollectionLevelChanged(token: i64) -> Result<()>
pub fn CanCollectDiagnostics(level: PlatformDataCollectionLevel) -> Result<bool>
Auto Trait Implementations§
impl Freeze for PlatformDiagnosticsAndUsageDataSettings
impl RefUnwindSafe for PlatformDiagnosticsAndUsageDataSettings
impl Send for PlatformDiagnosticsAndUsageDataSettings
impl Sync for PlatformDiagnosticsAndUsageDataSettings
impl Unpin for PlatformDiagnosticsAndUsageDataSettings
impl UnwindSafe for PlatformDiagnosticsAndUsageDataSettings
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