#[repr(C)]pub struct LVTILEINFO {
pub cbSize: UINT,
pub iItem: c_int,
pub cColumns: UINT,
pub puColumns: PUINT,
pub piColFmt: *mut c_int,
}
Fields§
§cbSize: UINT
§iItem: c_int
§cColumns: UINT
§puColumns: PUINT
§piColFmt: *mut c_int
Trait Implementations§
Source§impl Clone for LVTILEINFO
impl Clone for LVTILEINFO
Source§fn clone(&self) -> LVTILEINFO
fn clone(&self) -> LVTILEINFO
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 LVTILEINFO
impl Default for LVTILEINFO
Source§fn default() -> LVTILEINFO
fn default() -> LVTILEINFO
Returns the “default value” for a type. Read more
impl Copy for LVTILEINFO
Auto Trait Implementations§
impl Freeze for LVTILEINFO
impl RefUnwindSafe for LVTILEINFO
impl !Send for LVTILEINFO
impl !Sync for LVTILEINFO
impl Unpin for LVTILEINFO
impl UnwindSafe for LVTILEINFO
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