Struct windows_sys::Win32::UI::Controls::LVTILEVIEWINFO
[−]#[repr(C)]pub struct LVTILEVIEWINFO {
pub cbSize: u32,
pub dwMask: u32,
pub dwFlags: LVTILEVIEWINFO_FLAGS,
pub sizeTile: SIZE,
pub cLines: i32,
pub rcLabelMargin: RECT,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
cbSize: u32dwMask: u32dwFlags: LVTILEVIEWINFO_FLAGSsizeTile: SIZEcLines: i32rcLabelMargin: RECTTrait Implementations
impl Clone for LVTILEVIEWINFO
impl Clone for LVTILEVIEWINFO
impl Copy for LVTILEVIEWINFO
Auto Trait Implementations
impl RefUnwindSafe for LVTILEVIEWINFO
impl Send for LVTILEVIEWINFO
impl Sync for LVTILEVIEWINFO
impl Unpin for LVTILEVIEWINFO
impl UnwindSafe for LVTILEVIEWINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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