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