pub enum HmtxEntry {
FullMetric {
advance_width: u16,
lsb: i16,
},
LeftoverBearing(i16),
}Variants§
Auto Trait Implementations§
impl Freeze for HmtxEntry
impl RefUnwindSafe for HmtxEntry
impl Send for HmtxEntry
impl Sync for HmtxEntry
impl Unpin for HmtxEntry
impl UnsafeUnpin for HmtxEntry
impl UnwindSafe for HmtxEntry
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