Struct INKMETRIC
#[repr(C)]pub struct INKMETRIC {
pub iHeight: i32,
pub iFontAscent: i32,
pub iFontDescent: i32,
pub dwFlags: u32,
pub color: COLORREF,
}
Fields§
§iHeight: i32
§iFontAscent: i32
§iFontDescent: i32
§dwFlags: u32
§color: COLORREF
Trait Implementations§
Auto Trait Implementations§
impl Freeze for INKMETRIC
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