#[repr(C)]pub struct LVSETINFOTIP {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub pszText: LPWSTR,
pub iItem: c_int,
pub iSubItem: c_int,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§pszText: LPWSTR
§iItem: c_int
§iSubItem: c_int
Trait Implementations§
Source§impl Clone for LVSETINFOTIP
impl Clone for LVSETINFOTIP
Source§fn clone(&self) -> LVSETINFOTIP
fn clone(&self) -> LVSETINFOTIP
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 Default for LVSETINFOTIP
impl Default for LVSETINFOTIP
Source§fn default() -> LVSETINFOTIP
fn default() -> LVSETINFOTIP
Returns the “default value” for a type. Read more
impl Copy for LVSETINFOTIP
Auto Trait Implementations§
impl Freeze for LVSETINFOTIP
impl RefUnwindSafe for LVSETINFOTIP
impl !Send for LVSETINFOTIP
impl !Sync for LVSETINFOTIP
impl Unpin for LVSETINFOTIP
impl UnwindSafe for LVSETINFOTIP
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