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