Struct HH_AKLINK
#[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,
}
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 Freeze for HH_AKLINK
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§
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