Struct 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 moreimpl Copy 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