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