#[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_UI_TabletPC", "Win32_Foundation"
Fields
iHeight: i32iFontAscent: i32iFontDescent: i32dwFlags: u32color: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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