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: NMHDR
iStart: i32
lvfi: LVFINDINFOA
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more