#[repr(C, packed(1))]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: LPCSTRTrait Implementations§
Source§impl Clone for tagFINDREPLACEA
impl Clone for tagFINDREPLACEA
Source§fn clone(&self) -> tagFINDREPLACEA
fn clone(&self) -> tagFINDREPLACEA
Returns a duplicate 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 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