struct FontMetrix {
pango_context: Context,
cell_metrics: CellMetrics,
font_desc: FontDescription,
}Fields§
§pango_context: Context§cell_metrics: CellMetrics§font_desc: FontDescriptionImplementations§
Auto Trait Implementations§
impl Freeze for FontMetrix
impl RefUnwindSafe for FontMetrix
impl !Send for FontMetrix
impl !Sync for FontMetrix
impl Unpin for FontMetrix
impl UnwindSafe for FontMetrix
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