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,
}
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)