#[repr(C)]pub struct LVGROUPMETRICS {
pub cbSize: u32,
pub mask: u32,
pub Left: u32,
pub Top: u32,
pub Right: u32,
pub Bottom: u32,
pub crLeft: u32,
pub crTop: u32,
pub crRight: u32,
pub crBottom: u32,
pub crHeader: u32,
pub crFooter: u32,
}
Fields§
§cbSize: u32
§mask: u32
§Left: u32
§Top: u32
§Right: u32
§Bottom: u32
§crLeft: u32
§crTop: u32
§crRight: u32
§crBottom: u32
§crHeader: u32
Trait Implementations§
Source§impl Abi for LVGROUPMETRICS
impl Abi for LVGROUPMETRICS
Source§type Abi = LVGROUPMETRICS
type Abi = LVGROUPMETRICS
The abi representation of the implementing type. Read more
type DefaultType = LVGROUPMETRICS
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 LVGROUPMETRICS
impl Clone for LVGROUPMETRICS
Source§fn clone(&self) -> LVGROUPMETRICS
fn clone(&self) -> LVGROUPMETRICS
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 LVGROUPMETRICS
impl Debug for LVGROUPMETRICS
Source§impl Default for LVGROUPMETRICS
impl Default for LVGROUPMETRICS
Source§impl PartialEq for LVGROUPMETRICS
impl PartialEq for LVGROUPMETRICS
impl Copy for LVGROUPMETRICS
impl Eq for LVGROUPMETRICS
Auto Trait Implementations§
impl Freeze for LVGROUPMETRICS
impl RefUnwindSafe for LVGROUPMETRICS
impl Send for LVGROUPMETRICS
impl Sync for LVGROUPMETRICS
impl Unpin for LVGROUPMETRICS
impl UnwindSafe for LVGROUPMETRICS
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