#[repr(C)]pub struct _PROPSHEETHEADERW_V1 {
pub dwSize: DWORD,
pub dwFlags: DWORD,
pub hwndParent: HWND,
pub hInstance: HINSTANCE,
pub __bindgen_anon_1: _PROPSHEETHEADERW_V1__bindgen_ty_1,
pub pszCaption: LPCWSTR,
pub nPages: UINT,
pub __bindgen_anon_2: _PROPSHEETHEADERW_V1__bindgen_ty_2,
pub __bindgen_anon_3: _PROPSHEETHEADERW_V1__bindgen_ty_3,
pub pfnCallback: PFNPROPSHEETCALLBACK,
}
Fields§
§dwSize: DWORD
§dwFlags: DWORD
§hwndParent: HWND
§hInstance: HINSTANCE
§__bindgen_anon_1: _PROPSHEETHEADERW_V1__bindgen_ty_1
§pszCaption: LPCWSTR
§nPages: UINT
§__bindgen_anon_2: _PROPSHEETHEADERW_V1__bindgen_ty_2
§__bindgen_anon_3: _PROPSHEETHEADERW_V1__bindgen_ty_3
§pfnCallback: PFNPROPSHEETCALLBACK
Trait Implementations§
Source§impl Clone for _PROPSHEETHEADERW_V1
impl Clone for _PROPSHEETHEADERW_V1
Source§fn clone(&self) -> _PROPSHEETHEADERW_V1
fn clone(&self) -> _PROPSHEETHEADERW_V1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _PROPSHEETHEADERW_V1
Auto Trait Implementations§
impl Freeze for _PROPSHEETHEADERW_V1
impl RefUnwindSafe for _PROPSHEETHEADERW_V1
impl !Send for _PROPSHEETHEADERW_V1
impl !Sync for _PROPSHEETHEADERW_V1
impl Unpin for _PROPSHEETHEADERW_V1
impl UnwindSafe for _PROPSHEETHEADERW_V1
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