#[repr(C)]pub struct tagKERNINGPAIR {
pub wFirst: WORD,
pub wSecond: WORD,
pub iKernAmount: c_int,
}
Fields§
§wFirst: WORD
§wSecond: WORD
§iKernAmount: c_int
Trait Implementations§
Source§impl Clone for tagKERNINGPAIR
impl Clone for tagKERNINGPAIR
Source§fn clone(&self) -> tagKERNINGPAIR
fn clone(&self) -> tagKERNINGPAIR
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 moreSource§impl Debug for tagKERNINGPAIR
impl Debug for tagKERNINGPAIR
Source§impl Ord for tagKERNINGPAIR
impl Ord for tagKERNINGPAIR
Source§fn cmp(&self, other: &tagKERNINGPAIR) -> Ordering
fn cmp(&self, other: &tagKERNINGPAIR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagKERNINGPAIR
impl PartialEq for tagKERNINGPAIR
Source§impl PartialOrd for tagKERNINGPAIR
impl PartialOrd for tagKERNINGPAIR
impl Copy for tagKERNINGPAIR
impl Eq for tagKERNINGPAIR
impl StructuralPartialEq for tagKERNINGPAIR
Auto Trait Implementations§
impl Freeze for tagKERNINGPAIR
impl RefUnwindSafe for tagKERNINGPAIR
impl Send for tagKERNINGPAIR
impl Sync for tagKERNINGPAIR
impl Unpin for tagKERNINGPAIR
impl UnwindSafe for tagKERNINGPAIR
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