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