Struct windows_sys::Win32::System::ComponentServices::APPDATA
[−]#[repr(C)]pub struct APPDATA {
pub m_idApp: u32,
pub m_szAppGuid: [u16; 40],
pub m_dwAppProcessId: u32,
pub m_AppStatistics: APPSTATISTICS,
}Expand description
Required features: "Win32_System_ComponentServices"
Fields
m_idApp: u32m_szAppGuid: [u16; 40]m_dwAppProcessId: u32m_AppStatistics: APPSTATISTICSTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for APPDATA
impl Send for APPDATA
impl Sync for APPDATA
impl Unpin for APPDATA
impl UnwindSafe for APPDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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