#[repr(C)]
pub struct HH_WINTYPE {
Show 36 fields pub cbStruct: i32, pub fUniCodeStrings: BOOL, pub pszType: *mut i8, pub fsValidMembers: u32, pub fsWinProperties: u32, pub pszCaption: *mut i8, pub dwStyles: u32, pub dwExStyles: u32, pub rcWindowPos: RECT, pub nShowState: i32, pub hwndHelp: HWND, pub hwndCaller: HWND, pub paInfoTypes: *mut u32, pub hwndToolBar: HWND, pub hwndNavigation: HWND, pub hwndHTML: HWND, pub iNavWidth: i32, pub rcHTML: RECT, pub pszToc: *mut i8, pub pszIndex: *mut i8, pub pszFile: *mut i8, pub pszHome: *mut i8, pub fsToolBarFlags: u32, pub fNotExpanded: BOOL, pub curNavType: i32, pub tabpos: i32, pub idNotify: i32, pub tabOrder: [u8; 20], pub cHistory: i32, pub pszJump1: *mut i8, pub pszJump2: *mut i8, pub pszUrlJump1: *mut i8, pub pszUrlJump2: *mut i8, pub rcMinSize: RECT, pub cbInfoTypes: i32, pub pszCustomTabs: *mut i8,
}
Expand description

Required features: "Win32_Data_HtmlHelp", "Win32_Foundation"

Fields

cbStruct: i32fUniCodeStrings: BOOLpszType: *mut i8fsValidMembers: u32fsWinProperties: u32pszCaption: *mut i8dwStyles: u32dwExStyles: u32rcWindowPos: RECTnShowState: i32hwndHelp: HWNDhwndCaller: HWNDpaInfoTypes: *mut u32hwndToolBar: HWNDhwndNavigation: HWNDhwndHTML: HWNDiNavWidth: i32rcHTML: RECTpszToc: *mut i8pszIndex: *mut i8pszFile: *mut i8pszHome: *mut i8fsToolBarFlags: u32fNotExpanded: BOOLcurNavType: i32tabpos: i32idNotify: i32tabOrder: [u8; 20]cHistory: i32pszJump1: *mut i8pszJump2: *mut i8pszUrlJump1: *mut i8pszUrlJump2: *mut i8rcMinSize: RECTcbInfoTypes: i32pszCustomTabs: *mut i8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.