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