Struct windows_sys::Win32::UI::Controls::LVFINDINFOA
[−]#[repr(C)]pub struct LVFINDINFOA {
pub flags: LVFINDINFOW_FLAGS,
pub psz: PCSTR,
pub lParam: LPARAM,
pub pt: POINT,
pub vkDirection: u32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
flags: LVFINDINFOW_FLAGS
psz: PCSTR
lParam: LPARAM
pt: POINT
vkDirection: u32
Trait Implementations
impl Clone for LVFINDINFOA
impl Clone for LVFINDINFOA
impl Copy for LVFINDINFOA
Auto Trait Implementations
impl RefUnwindSafe for LVFINDINFOA
impl !Send for LVFINDINFOA
impl !Sync for LVFINDINFOA
impl Unpin for LVFINDINFOA
impl UnwindSafe for LVFINDINFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more