#[repr(C)]pub struct tagFINDREPLACEA {
pub lStructSize: DWORD,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub Flags: DWORD,
pub lpstrFindWhat: LPSTR,
pub lpstrReplaceWith: LPSTR,
pub wFindWhatLen: WORD,
pub wReplaceWithLen: WORD,
pub lCustData: LPARAM,
pub lpfnHook: LPFRHOOKPROC,
pub lpTemplateName: LPCSTR,
}
Fields§
§lStructSize: DWORD
§hwndOwner: HWND
§hInstance: HINSTANCE
§Flags: DWORD
§lpstrFindWhat: LPSTR
§lpstrReplaceWith: LPSTR
§wFindWhatLen: WORD
§wReplaceWithLen: WORD
§lCustData: LPARAM
§lpfnHook: LPFRHOOKPROC
§lpTemplateName: LPCSTR
Trait Implementations§
Source§impl Clone for tagFINDREPLACEA
impl Clone for tagFINDREPLACEA
Source§fn clone(&self) -> tagFINDREPLACEA
fn clone(&self) -> tagFINDREPLACEA
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 moreSource§impl Debug for tagFINDREPLACEA
impl Debug for tagFINDREPLACEA
Source§impl Ord for tagFINDREPLACEA
impl Ord for tagFINDREPLACEA
Source§fn cmp(&self, other: &tagFINDREPLACEA) -> Ordering
fn cmp(&self, other: &tagFINDREPLACEA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagFINDREPLACEA
impl PartialEq for tagFINDREPLACEA
Source§impl PartialOrd for tagFINDREPLACEA
impl PartialOrd for tagFINDREPLACEA
impl Copy for tagFINDREPLACEA
impl Eq for tagFINDREPLACEA
impl StructuralPartialEq for tagFINDREPLACEA
Auto Trait Implementations§
impl Freeze for tagFINDREPLACEA
impl RefUnwindSafe for tagFINDREPLACEA
impl !Send for tagFINDREPLACEA
impl !Sync for tagFINDREPLACEA
impl Unpin for tagFINDREPLACEA
impl UnwindSafe for tagFINDREPLACEA
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