#[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,
}Expand description
Required features: "Win32_UI_Controls"
Fields
mask: LVCOLUMNW_MASKfmt: LVCOLUMNW_FORMATcx: i32pszText: PWSTRcchTextMax: i32iSubItem: i32iImage: i32iOrder: i32cxMin: i32cxDefault: i32cxIdeal: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LVCOLUMNW
impl !Send for LVCOLUMNW
impl !Sync for LVCOLUMNW
impl Unpin for LVCOLUMNW
impl UnwindSafe for LVCOLUMNW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more