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