#[repr(C)]pub struct INKMETRIC {
pub iHeight: i32,
pub iFontAscent: i32,
pub iFontDescent: i32,
pub dwFlags: u32,
pub color: u32,
}
Expand description
Required features: "Win32_UI_TabletPC"
Fields
iHeight: i32
iFontAscent: i32
iFontDescent: i32
dwFlags: u32
color: u32
Trait 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 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