Struct windows_sys::Win32::UI::Controls::NMLVFINDITEMA
[−]#[repr(C)]pub struct NMLVFINDITEMA {
pub hdr: NMHDR,
pub iStart: i32,
pub lvfi: LVFINDINFOA,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hdr: NMHDRiStart: i32lvfi: LVFINDINFOATrait Implementations
impl Clone for NMLVFINDITEMA
impl Clone for NMLVFINDITEMA
impl Copy for NMLVFINDITEMA
Auto Trait Implementations
impl RefUnwindSafe for NMLVFINDITEMA
impl !Send for NMLVFINDITEMA
impl !Sync for NMLVFINDITEMA
impl Unpin for NMLVFINDITEMA
impl UnwindSafe for NMLVFINDITEMA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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