Struct windows_sys::Win32::UI::Controls::Dialogs::FINDREPLACEW
#[repr(C)]pub struct FINDREPLACEW {
pub lStructSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub Flags: FINDREPLACE_FLAGS,
pub lpstrFindWhat: PWSTR,
pub lpstrReplaceWith: PWSTR,
pub wFindWhatLen: u16,
pub wReplaceWithLen: u16,
pub lCustData: LPARAM,
pub lpfnHook: LPFRHOOKPROC,
pub lpTemplateName: PCWSTR,
}
Fields§
§lStructSize: u32
§hwndOwner: HWND
§hInstance: HINSTANCE
§Flags: FINDREPLACE_FLAGS
§lpstrFindWhat: PWSTR
§lpstrReplaceWith: PWSTR
§wFindWhatLen: u16
§wReplaceWithLen: u16
§lCustData: LPARAM
§lpfnHook: LPFRHOOKPROC
§lpTemplateName: PCWSTR
Trait Implementations§
§impl Clone for FINDREPLACEW
impl Clone for FINDREPLACEW
§fn clone(&self) -> FINDREPLACEW
fn clone(&self) -> FINDREPLACEW
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 moreimpl Copy for FINDREPLACEW
Auto Trait Implementations§
impl Freeze for FINDREPLACEW
impl RefUnwindSafe for FINDREPLACEW
impl !Send for FINDREPLACEW
impl !Sync for FINDREPLACEW
impl Unpin for FINDREPLACEW
impl UnwindSafe for FINDREPLACEW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)