#[repr(C)]pub struct LVTILEVIEWINFO {
pub cbSize: u32,
pub dwMask: u32,
pub dwFlags: LVTILEVIEWINFO_FLAGS,
pub sizeTile: SIZE,
pub cLines: i32,
pub rcLabelMargin: RECT,
}
Fields§
§cbSize: u32
§dwMask: u32
§dwFlags: LVTILEVIEWINFO_FLAGS
§sizeTile: SIZE
§cLines: i32
§rcLabelMargin: RECT
Trait Implementations§
Source§impl Abi for LVTILEVIEWINFO
impl Abi for LVTILEVIEWINFO
Source§type Abi = LVTILEVIEWINFO
type Abi = LVTILEVIEWINFO
The abi representation of the implementing type. Read more
type DefaultType = LVTILEVIEWINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for LVTILEVIEWINFO
impl Clone for LVTILEVIEWINFO
Source§fn clone(&self) -> LVTILEVIEWINFO
fn clone(&self) -> LVTILEVIEWINFO
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 Debug for LVTILEVIEWINFO
impl Debug for LVTILEVIEWINFO
Source§impl Default for LVTILEVIEWINFO
impl Default for LVTILEVIEWINFO
Source§impl PartialEq for LVTILEVIEWINFO
impl PartialEq for LVTILEVIEWINFO
impl Copy for LVTILEVIEWINFO
impl Eq for LVTILEVIEWINFO
Auto Trait Implementations§
impl Freeze for LVTILEVIEWINFO
impl RefUnwindSafe for LVTILEVIEWINFO
impl Send for LVTILEVIEWINFO
impl Sync for LVTILEVIEWINFO
impl Unpin for LVTILEVIEWINFO
impl UnwindSafe for LVTILEVIEWINFO
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