Struct windows_sys::Win32::UI::TabletPC::LATTICE_METRICS
[−]#[repr(C)]pub struct LATTICE_METRICS {
pub lsBaseline: LINE_SEGMENT,
pub iMidlineOffset: i16,
}
Expand description
Required features: ‘Win32_UI_TabletPC’, ‘Win32_Foundation’
Fields
lsBaseline: LINE_SEGMENT
iMidlineOffset: i16
Trait Implementations
impl Clone for LATTICE_METRICS
impl Clone for LATTICE_METRICS
impl Copy for LATTICE_METRICS
Auto Trait Implementations
impl RefUnwindSafe for LATTICE_METRICS
impl Send for LATTICE_METRICS
impl Sync for LATTICE_METRICS
impl Unpin for LATTICE_METRICS
impl UnwindSafe for LATTICE_METRICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more