Union windows_sys::Win32::UI::Controls::PROPSHEETPAGEW_V2_0
#[repr(C)]
pub union PROPSHEETPAGEW_V2_0 {
pub pszTemplate: PCWSTR,
pub pResource: *mut DLGTEMPLATE,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
, "Win32_UI_WindowsAndMessaging"
Fields§
§pszTemplate: PCWSTR
§pResource: *mut DLGTEMPLATE
Trait Implementations§
§impl Clone for PROPSHEETPAGEW_V2_0
impl Clone for PROPSHEETPAGEW_V2_0
impl Copy for PROPSHEETPAGEW_V2_0
Auto Trait Implementations§
impl RefUnwindSafe for PROPSHEETPAGEW_V2_0
impl !Send for PROPSHEETPAGEW_V2_0
impl !Sync for PROPSHEETPAGEW_V2_0
impl Unpin for PROPSHEETPAGEW_V2_0
impl UnwindSafe for PROPSHEETPAGEW_V2_0
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