#[repr(C)]pub struct IsolatedAppLauncherTelemetryParameters {
pub EnableForLaunch: BOOL,
pub CorrelationGUID: GUID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§EnableForLaunch: BOOL
§CorrelationGUID: GUID
Trait Implementations§
impl Copy for IsolatedAppLauncherTelemetryParameters
Auto Trait Implementations§
impl RefUnwindSafe for IsolatedAppLauncherTelemetryParameters
impl Send for IsolatedAppLauncherTelemetryParameters
impl Sync for IsolatedAppLauncherTelemetryParameters
impl Unpin for IsolatedAppLauncherTelemetryParameters
impl UnwindSafe for IsolatedAppLauncherTelemetryParameters
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