Struct windows::Win32::UI::TabletPC::LATTICE_METRICS
#[repr(C)]pub struct LATTICE_METRICS {
pub lsBaseline: LINE_SEGMENT,
pub iMidlineOffset: i16,
}
Fields§
§lsBaseline: LINE_SEGMENT
§iMidlineOffset: i16
Trait Implementations§
§impl Clone for LATTICE_METRICS
impl Clone for LATTICE_METRICS
§fn clone(&self) -> LATTICE_METRICS
fn clone(&self) -> LATTICE_METRICS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for LATTICE_METRICS
impl Debug for LATTICE_METRICS
§impl Default for LATTICE_METRICS
impl Default for LATTICE_METRICS
§impl PartialEq for LATTICE_METRICS
impl PartialEq for LATTICE_METRICS
§fn eq(&self, other: &LATTICE_METRICS) -> bool
fn eq(&self, other: &LATTICE_METRICS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LATTICE_METRICS
impl Eq for LATTICE_METRICS
impl StructuralPartialEq for LATTICE_METRICS
Auto Trait Implementations§
impl Freeze for LATTICE_METRICS
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
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
)