#[repr(C)]pub struct HH_AKLINK {
pub cbStruct: i32,
pub fReserved: BOOL,
pub pszKeywords: *mut i8,
pub pszUrl: *mut i8,
pub pszMsgText: *mut i8,
pub pszMsgTitle: *mut i8,
pub pszWindow: *mut i8,
pub fIndexOnFail: BOOL,
}
Expand description
Required features: "Win32_Data_HtmlHelp"
, "Win32_Foundation"
Fields
cbStruct: i32
fReserved: BOOL
pszKeywords: *mut i8
pszUrl: *mut i8
pszMsgText: *mut i8
pszMsgTitle: *mut i8
pszWindow: *mut i8
fIndexOnFail: BOOL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HH_AKLINK
impl !Send for HH_AKLINK
impl !Sync for HH_AKLINK
impl Unpin for HH_AKLINK
impl UnwindSafe for HH_AKLINK
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