Union windows_sys::Win32::UI::Controls::PROPSHEETPAGEA_2
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
, "Win32_UI_WindowsAndMessaging"
Fields
hbmHeader: HBITMAP
pszbmHeader: PCSTR
Trait Implementations
impl Clone for PROPSHEETPAGEA_2
impl Clone for PROPSHEETPAGEA_2
impl Copy for PROPSHEETPAGEA_2
Auto Trait Implementations
impl RefUnwindSafe for PROPSHEETPAGEA_2
impl !Send for PROPSHEETPAGEA_2
impl !Sync for PROPSHEETPAGEA_2
impl Unpin for PROPSHEETPAGEA_2
impl UnwindSafe for PROPSHEETPAGEA_2
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