#[repr(C)]pub struct NMLVGETINFOTIPA {
pub hdr: NMHDR,
pub dwFlags: u32,
pub pszText: PSTR,
pub cchTextMax: i32,
pub iItem: i32,
pub iSubItem: i32,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§dwFlags: u32
§pszText: PSTR
§cchTextMax: i32
§iItem: i32
§iSubItem: i32
§lParam: LPARAM
Trait Implementations§
Source§impl Abi for NMLVGETINFOTIPA
impl Abi for NMLVGETINFOTIPA
Source§type Abi = NMLVGETINFOTIPA
type Abi = NMLVGETINFOTIPA
The abi representation of the implementing type. Read more
type DefaultType = NMLVGETINFOTIPA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NMLVGETINFOTIPA
impl Clone for NMLVGETINFOTIPA
Source§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 moreSource§impl Debug for NMLVGETINFOTIPA
impl Debug for NMLVGETINFOTIPA
Source§impl Default for NMLVGETINFOTIPA
impl Default for NMLVGETINFOTIPA
Source§impl PartialEq for NMLVGETINFOTIPA
impl PartialEq for NMLVGETINFOTIPA
impl Copy for NMLVGETINFOTIPA
impl Eq 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