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_Foundation"
Fields§
§lsBaseline: LINE_SEGMENT§iMidlineOffset: i16Trait 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§
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