Struct NMLVGETINFOTIPA
#[repr(C)]pub struct NMLVGETINFOTIPA {
pub hdr: NMHDR,
pub dwFlags: NMLVGETINFOTIP_FLAGS,
pub pszText: PSTR,
pub cchTextMax: i32,
pub iItem: i32,
pub iSubItem: i32,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§dwFlags: NMLVGETINFOTIP_FLAGS
§pszText: PSTR
§cchTextMax: i32
§iItem: i32
§iSubItem: i32
§lParam: LPARAM
Trait Implementations§
§impl Clone for NMLVGETINFOTIPA
impl Clone for NMLVGETINFOTIPA
§fn clone(&self) -> NMLVGETINFOTIPA
fn clone(&self) -> NMLVGETINFOTIPA
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 more§impl Debug for NMLVGETINFOTIPA
impl Debug for NMLVGETINFOTIPA
§impl Default for NMLVGETINFOTIPA
impl Default for NMLVGETINFOTIPA
§impl PartialEq for NMLVGETINFOTIPA
impl PartialEq for NMLVGETINFOTIPA
impl Copy for NMLVGETINFOTIPA
impl StructuralPartialEq for NMLVGETINFOTIPA
Auto Trait Implementations§
impl Freeze for NMLVGETINFOTIPA
impl RefUnwindSafe for NMLVGETINFOTIPA
impl !Send for NMLVGETINFOTIPA
impl !Sync for NMLVGETINFOTIPA
impl Unpin for NMLVGETINFOTIPA
impl UnwindSafe for NMLVGETINFOTIPA
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