struct FontMetrix {
pango_context: Context,
cell_metrics: CellMetrics,
font_desc: FontDescription,
}Fields
pango_context: Contextcell_metrics: CellMetricsfont_desc: FontDescriptionImplementations
Auto Trait Implementations
impl RefUnwindSafe for FontMetrix
impl !Send for FontMetrix
impl !Sync for FontMetrix
impl Unpin for FontMetrix
impl UnwindSafe for FontMetrix
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more