Struct windows_sys::Win32::UI::Controls::LVCOLUMNW
#[repr(C)]pub struct LVCOLUMNW {
pub mask: LVCOLUMNW_MASK,
pub fmt: LVCOLUMNW_FORMAT,
pub cx: i32,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub iSubItem: i32,
pub iImage: i32,
pub iOrder: i32,
pub cxMin: i32,
pub cxDefault: i32,
pub cxIdeal: i32,
}
Fields§
§mask: LVCOLUMNW_MASK
§fmt: LVCOLUMNW_FORMAT
§cx: i32
§pszText: PWSTR
§cchTextMax: i32
§iSubItem: i32
§iImage: i32
§iOrder: i32
§cxMin: i32
§cxDefault: i32
§cxIdeal: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LVCOLUMNW
impl RefUnwindSafe for LVCOLUMNW
impl !Send for LVCOLUMNW
impl !Sync for LVCOLUMNW
impl Unpin for LVCOLUMNW
impl UnwindSafe for LVCOLUMNW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)