Struct PlatformTelemetryClient
pub struct PlatformTelemetryClient;
Implementations§
§impl PlatformTelemetryClient
impl PlatformTelemetryClient
pub fn Register(id: &HSTRING) -> Result<PlatformTelemetryRegistrationResult>
pub fn RegisterWithSettings<P1>(
id: &HSTRING,
settings: P1,
) -> Result<PlatformTelemetryRegistrationResult>where
P1: Param<PlatformTelemetryRegistrationSettings>,
Auto Trait Implementations§
impl Freeze for PlatformTelemetryClient
impl RefUnwindSafe for PlatformTelemetryClient
impl Send for PlatformTelemetryClient
impl Sync for PlatformTelemetryClient
impl Unpin for PlatformTelemetryClient
impl UnwindSafe for PlatformTelemetryClient
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