Struct windows_sys::Win32::UI::TabletPC::INKMETRIC
#[repr(C)]pub struct INKMETRIC {
pub iHeight: i32,
pub iFontAscent: i32,
pub iFontDescent: i32,
pub dwFlags: u32,
pub color: COLORREF,
}Expand description
Required features: "Win32_Foundation"
Fields§
§iHeight: i32§iFontAscent: i32§iFontDescent: i32§dwFlags: u32§color: COLORREFTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for INKMETRIC
impl Send for INKMETRIC
impl Sync for INKMETRIC
impl Unpin for INKMETRIC
impl UnwindSafe for INKMETRIC
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