pub struct KerningPair {
pub first: u32,
pub second: u32,
pub amount: i16,
}Fields§
§first: u32§second: u32§amount: i16Trait Implementations§
Auto Trait Implementations§
impl Freeze for KerningPair
impl RefUnwindSafe for KerningPair
impl Send for KerningPair
impl Sync for KerningPair
impl Unpin for KerningPair
impl UnwindSafe for KerningPair
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