Union windows_sys::Win32::UI::Controls::PROPSHEETPAGEW_1
[−]Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’, ‘Win32_UI_WindowsAndMessaging’
Fields
hIcon: HICON
pszIcon: PCWSTR
Trait Implementations
impl Clone for PROPSHEETPAGEW_1
impl Clone for PROPSHEETPAGEW_1
impl Copy for PROPSHEETPAGEW_1
Auto Trait Implementations
impl RefUnwindSafe for PROPSHEETPAGEW_1
impl !Send for PROPSHEETPAGEW_1
impl !Sync for PROPSHEETPAGEW_1
impl Unpin for PROPSHEETPAGEW_1
impl UnwindSafe for PROPSHEETPAGEW_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more