#[repr(C)]pub struct NMLVDISPINFOW {
pub hdr: NMHDR,
pub item: LVITEMW,
}
Fields§
§hdr: NMHDR
§item: LVITEMW
Trait Implementations§
Source§impl Abi for NMLVDISPINFOW
impl Abi for NMLVDISPINFOW
Source§type Abi = NMLVDISPINFOW
type Abi = NMLVDISPINFOW
The abi representation of the implementing type. Read more
type DefaultType = NMLVDISPINFOW
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 NMLVDISPINFOW
impl Clone for NMLVDISPINFOW
Source§fn clone(&self) -> NMLVDISPINFOW
fn clone(&self) -> NMLVDISPINFOW
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 NMLVDISPINFOW
impl Debug for NMLVDISPINFOW
Source§impl Default for NMLVDISPINFOW
impl Default for NMLVDISPINFOW
Source§impl PartialEq for NMLVDISPINFOW
impl PartialEq for NMLVDISPINFOW
impl Copy for NMLVDISPINFOW
impl Eq for NMLVDISPINFOW
Auto Trait Implementations§
impl Freeze for NMLVDISPINFOW
impl RefUnwindSafe for NMLVDISPINFOW
impl !Send for NMLVDISPINFOW
impl !Sync for NMLVDISPINFOW
impl Unpin for NMLVDISPINFOW
impl UnwindSafe for NMLVDISPINFOW
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