#[repr(C)]pub struct LVFINDINFOW {
pub flags: UINT,
pub psz: LPCWSTR,
pub lParam: LPARAM,
pub pt: POINT,
pub vkDirection: UINT,
}
Fields§
§flags: UINT
§psz: LPCWSTR
§lParam: LPARAM
§pt: POINT
§vkDirection: UINT
Trait Implementations§
Source§impl Clone for LVFINDINFOW
impl Clone for LVFINDINFOW
Source§fn clone(&self) -> LVFINDINFOW
fn clone(&self) -> LVFINDINFOW
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 Default for LVFINDINFOW
impl Default for LVFINDINFOW
Source§fn default() -> LVFINDINFOW
fn default() -> LVFINDINFOW
Returns the “default value” for a type. Read more
impl Copy for LVFINDINFOW
Auto Trait Implementations§
impl Freeze for LVFINDINFOW
impl RefUnwindSafe for LVFINDINFOW
impl !Send for LVFINDINFOW
impl !Sync for LVFINDINFOW
impl Unpin for LVFINDINFOW
impl UnwindSafe for LVFINDINFOW
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