Struct windows_sys::Win32::System::ApplicationInstallationAndServicing::ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
[−]#[repr(C)]pub struct ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION {
pub ulFlags: u32,
pub RunLevel: ACTCTX_REQUESTED_RUN_LEVEL,
pub UiAccess: u32,
}
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields
ulFlags: u32
RunLevel: ACTCTX_REQUESTED_RUN_LEVEL
UiAccess: u32
Trait Implementations
impl Copy for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
impl Send for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
impl Sync for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
impl Unpin for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
impl UnwindSafe for ACTIVATION_CONTEXT_RUN_LEVEL_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more