Struct windows::System::Profile::AnalyticsInfo
pub struct AnalyticsInfo;
Implementations§
§impl AnalyticsInfo
impl AnalyticsInfo
pub fn VersionInfo() -> Result<AnalyticsVersionInfo>
pub fn DeviceForm() -> Result<HSTRING>
pub fn GetSystemPropertiesAsync<P0>(
attributenames: P0,
) -> Result<IAsyncOperation<IMapView<HSTRING, HSTRING>>>where
P0: Param<IIterable<HSTRING>>,
Auto Trait Implementations§
impl Freeze for AnalyticsInfo
impl RefUnwindSafe for AnalyticsInfo
impl Send for AnalyticsInfo
impl Sync for AnalyticsInfo
impl Unpin for AnalyticsInfo
impl UnwindSafe for AnalyticsInfo
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