Struct windows_sys::Win32::UI::Shell::PropertiesSystem::PROPPRG
#[repr(C, packed(1))]pub struct PROPPRG {
pub flPrg: u16,
pub flPrgInit: u16,
pub achTitle: [i8; 30],
pub achCmdLine: [i8; 128],
pub achWorkDir: [i8; 64],
pub wHotKey: u16,
pub achIconFile: [i8; 80],
pub wIconIndex: u16,
pub dwEnhModeFlags: u32,
pub dwRealModeFlags: u32,
pub achOtherFile: [i8; 80],
pub achPIFFile: [i8; 260],
}
Fields§
§flPrg: u16
§flPrgInit: u16
§achTitle: [i8; 30]
§achCmdLine: [i8; 128]
§achWorkDir: [i8; 64]
§wHotKey: u16
§achIconFile: [i8; 80]
§wIconIndex: u16
§dwEnhModeFlags: u32
§dwRealModeFlags: u32
§achOtherFile: [i8; 80]
§achPIFFile: [i8; 260]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PROPPRG
impl RefUnwindSafe for PROPPRG
impl Send for PROPPRG
impl Sync for PROPPRG
impl Unpin for PROPPRG
impl UnwindSafe for PROPPRG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)