#[repr(C)]pub struct tagKERNINGPAIR {
pub wFirst: WORD,
pub wSecond: WORD,
pub iKernAmount: c_int,
}Fields§
§wFirst: WORD§wSecond: WORD§iKernAmount: c_intTrait Implementations§
Source§impl Clone for tagKERNINGPAIR
impl Clone for tagKERNINGPAIR
Source§fn clone(&self) -> tagKERNINGPAIR
fn clone(&self) -> tagKERNINGPAIR
Returns a duplicate 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
impl Copy 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