Struct windows_sys::Win32::UI::Controls::LVFOOTERINFO
[−]#[repr(C)]pub struct LVFOOTERINFO {
pub mask: u32,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub cItems: u32,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
mask: u32
pszText: PWSTR
cchTextMax: i32
cItems: u32
Trait Implementations
impl Clone for LVFOOTERINFO
impl Clone for LVFOOTERINFO
impl Copy for LVFOOTERINFO
Auto Trait Implementations
impl RefUnwindSafe for LVFOOTERINFO
impl !Send for LVFOOTERINFO
impl !Sync for LVFOOTERINFO
impl Unpin for LVFOOTERINFO
impl UnwindSafe for LVFOOTERINFO
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